@shopify/theme-check-docs-updater
Advanced tools
Comparing version 3.2.2 to 3.3.0
# @shopify/theme-check-docs-updater | ||
## 3.3.0 | ||
### Patch Changes | ||
- Updated dependencies [05ae5ea8] | ||
- Updated dependencies [3e69d732] | ||
- Updated dependencies [26215724] | ||
- Updated dependencies [73758ba1] | ||
- Updated dependencies [5e8a2bfe] | ||
- Updated dependencies [05b928ea] | ||
- Updated dependencies [1083b2bc] | ||
- Updated dependencies [a579d59e] | ||
- Updated dependencies [5a2caaee] | ||
- Updated dependencies [d2b5942a] | ||
- @shopify/theme-check-common@3.3.0 | ||
## 3.2.2 | ||
@@ -4,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
{ "revision": "64f4c651678592b125a5bd1eb9fa34271dc964ee" } | ||
{ "revision": "27996bcf774185bbdf7ff90130c1aab91ffa83e8" } | ||
@@ -16,4 +16,5 @@ { | ||
{ "uri": "theme/preset_blocks.json" }, | ||
{ "uri": "theme/preset.json" }, | ||
{ "uri": "theme/local_block_entry.json" } | ||
] | ||
} |
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "Shopify Liquid Preset Blocks Schema", | ||
"oneOf": [ | ||
{ | ||
"$ref": "#/definitions/blocksArray" | ||
}, | ||
{ | ||
"$ref": "#/definitions/blocksHash" | ||
} | ||
], | ||
"definitions": { | ||
@@ -28,3 +20,5 @@ "blocksArray": { | ||
"settings": true, | ||
"blocks": true, | ||
"blocks": { | ||
"$ref": "#/definitions/blocksArray" | ||
}, | ||
"id": { | ||
@@ -54,3 +48,19 @@ "type": "string", | ||
"additionalProperties": { | ||
"$ref": "#/definitions/commonBlockAttributes", | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/commonBlockAttributes" | ||
} | ||
], | ||
"properties": { | ||
"static": true, | ||
"type": true, | ||
"settings": true, | ||
"blocks": { | ||
"$ref": "#/definitions/blocksHash" | ||
}, | ||
"block_order": { | ||
"type": "array", | ||
"description": "The order of the blocks in the section." | ||
} | ||
}, | ||
"additionalProperties": false | ||
@@ -70,5 +80,2 @@ } | ||
}, | ||
"blocks": { | ||
"$ref": "#" | ||
}, | ||
"static": { | ||
@@ -75,0 +82,0 @@ "type": "boolean", |
@@ -102,17 +102,3 @@ { | ||
"items": { | ||
"type": "object", | ||
"required": ["name"], | ||
"properties": { | ||
"name": { | ||
"type": "string", | ||
"description": "The preset name, which will show in the Add section picker of the theme editor.", | ||
"markdownDescription": "The preset name, which will show in the Add section picker of the theme editor.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/sections/section-schema#presets)" | ||
}, | ||
"settings": { | ||
"$ref": "./default_setting_values.json" | ||
}, | ||
"blocks": { | ||
"$ref": "./preset_blocks.json" | ||
} | ||
} | ||
"$ref": "./preset.json" | ||
} | ||
@@ -119,0 +105,0 @@ }, |
@@ -594,3 +594,3 @@ { | ||
"placeholder": { | ||
"type": "number", | ||
"type": "string", | ||
"description": "A placeholder value for the input." | ||
@@ -597,0 +597,0 @@ }, |
@@ -63,17 +63,3 @@ { | ||
"items": { | ||
"type": "object", | ||
"required": ["name"], | ||
"properties": { | ||
"name": { | ||
"type": "string", | ||
"description": "The preset name, which displays in the Add block picker of the theme editor.", | ||
"markdownDescription": "The preset name, which displays in the <strong>Add block</strong> picker of the theme editor.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#presets)" | ||
}, | ||
"settings": { | ||
"$ref": "./default_setting_values.json" | ||
}, | ||
"blocks": { | ||
"$ref": "./preset_blocks.json" | ||
} | ||
} | ||
"$ref": "./preset.json" | ||
} | ||
@@ -80,0 +66,0 @@ }, |
{ | ||
"name": "@shopify/theme-check-docs-updater", | ||
"version": "3.2.2", | ||
"version": "3.3.0", | ||
"description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@shopify/theme-check-common": "^3.2.2", | ||
"@shopify/theme-check-common": "^3.3.0", | ||
"env-paths": "^2.2.1", | ||
@@ -36,0 +36,0 @@ "node-fetch": "^2.6.11" |
Sorry, the diff of this file is not supported yet
1345640
43
32759