You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When a block/*.liquid file is renamed, references to it should be updated to the new name
Describe the solution you'd like
When a block/*.liquid file is renamed, references to it should be renamed:
In block presets?
In section presets?
In sections/*.json files
In templates/*.json files
{% content_for "block", type: 'oldName' %}
if a block becomes private and it was previously included by @theme, a { type: "_newName"} should be appended to the list of block definitions. EDIT not doing this one. Too much work and would cause a lot of toil.
Is your feature request related to a problem? Please describe.
When a
block/*.liquid
file is renamed, references to it should be updated to the new nameDescribe the solution you'd like
When a
block/*.liquid
file is renamed, references to it should be renamed:In block presets?
In section presets?
In sections/*.json files
In templates/*.json files
{% content_for "block", type: 'oldName' %}
if a block becomes private and it was previously included byEDIT not doing this one. Too much work and would cause a lot of toil.@theme
, a{ type: "_newName"}
should be appended to the list of block definitions.Additional context
https://shopify.dev/docs/storefronts/themes/architecture/blocks/theme-blocks#render-a-theme-block
The text was updated successfully, but these errors were encountered: