@shopify/cli
Version:
A CLI tool to build for the Shopify platform
15 lines (14 loc) • 684 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$comment": "A @theme block entry",
"type": "object",
"additionalProperties": false,
"required": ["type"],
"properties": {
"type": {
"const": "@theme",
"description": "Developer preview: The \"@theme\" type denotes that this container accepts theme blocks that live in the blocks/ folder of the theme.",
"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)"
}
}
}