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
Copy file name to clipboardExpand all lines: schemas/theme/targetted_block_entry.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
"type": {
9
9
"type": "string",
10
10
"pattern": "^[a-zA-Z0-9_-]+$",
11
-
"description": "Developer preview: The name of a theme block found in the blocks/ folder of the theme.",
12
-
"markdownDescription": "🔮 **Developer preview**: The name of a theme block found in the `blocks/` folder of the theme.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#blocks)"
11
+
"description": "The name of a theme block found in the blocks/ folder of the theme.",
12
+
"markdownDescription": "The name of a theme block found in the `blocks/` folder of the theme.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#blocks)"
Copy file name to clipboardExpand all lines: schemas/theme/theme_block_entry.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
"properties": {
8
8
"type": {
9
9
"const": "@theme",
10
-
"description": "Developer preview: The \"@theme\" type denotes that this container accepts theme blocks that live in the blocks/ folder of the theme.",
11
-
"markdownDescription": "🔮 **Developer preview**: The `@theme` type denotes that this container accepts theme blocks that live in the `blocks/` folder of the theme.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#blocks)"
10
+
"description": "The \"@theme\" type denotes that this container accepts theme blocks that live in the blocks/ folder of the theme.",
11
+
"markdownDescription": "The `@theme` type denotes that this container accepts theme blocks that live in the `blocks/` folder of the theme.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#blocks)"
0 commit comments