No content to show
User Activity
Thank you for your answer. "in embed block you can add conditions, "Can you elaborate on that please?How ca we add conditions ?
The Select theme can be done using the "Select" polaris component. With options filled with theme names. Theme list can be listed using the REST API, called from the Remix's 'loader' function : export const loader = async ({ request }) => {
cons...
thank you. for future reference and other poeple, I've listed installed themes via the REST api instead inside the loader function : export const loader = async ({ request }) => {
const { admin, session } = await authenticate.admin(request);
...
Did you find any information on the "select theme" part ? I've got a similar issue:rejected for "no-functionnal UI" I can show a Select input, but how to fill it with theme list options ?
Hello everyone. We've submitted an app to the store which is intended to provide some new visual elements in the store's theme. They are only theme extension blocks that can be added and configured inside the theme customization section.On The app ho...
04-18-2024
Hello all, thank you for your time. I'm new to shopify app development and have several questions around theme extension app.I get the difference between app blocks (inline, target a section) and app embed blocks (floating, target body)Our applicati...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
911 | 04-18-2024 12:41 PM |