@shopify/cli
Version:
A CLI tool to build for the Shopify platform
16 lines (15 loc) • 674 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$comment": "A targetted private or public theme block from the blocks/ folder.",
"type": "object",
"required": ["type"],
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"description": "Developer preview: The name of a theme block found in the blocks/ folder of the theme.",
"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)"
}
}
}