Hello all,
App blocks that are added in the header or footer through the theme customizer do not have their data in settings_data.json or index.json. So how can developers determine whether an app block has been added or not?
Hello all,
App blocks that are added in the header or footer through the theme customizer do not have their data in settings_data.json or index.json. So how can developers determine whether an app block has been added or not?
You’ll need to go through all JSON files within sections or templates. These will most likely be section groups which have their own JSON files.
You can now use shopify.app.extensions() to achieve this
Thank you @farid , This one seems easy than previous hassle.