A space to discuss online store customization, theme development, and Liquid templating.
I developed a Shopify app and created a Block within it.
Now, I added the Block I created to the page through the Theme Editor and noticed that the corresponding code was added to the Theme code as follows:
The code within the dark red rectangle is automatically generated by the Theme Editor when I add my own block.
The green rectangle seems to contain the ID generated by the Theme Editor for the block.
It appears the rule is to concatenate the app name, the block name, and then a random string.
This confuses me because if I publish my app to the Shopify App Store and later change the app name, will it cause issues for the online stores that have already installed my app?
So, is there a way to fix the block ID, or use other fields besides the app name to generate the block ID?
Is there anyone?