Skip to content

Commit c89bb61

Browse files
committed
Theme blocks are no longer in dev preview
1 parent 18b8b9a commit c89bb61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/theme/targetted_block_entry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"type": {
99
"type": "string",
1010
"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)"
1313
}
1414
}
1515
}

schemas/theme/theme_block_entry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"properties": {
88
"type": {
99
"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)"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)