rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,48 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "woocommerce/product-template",
"title": "Product Template",
"category": "woocommerce",
"description": "Contains the block elements used to render a product.",
"keywords": [ "WooCommerce" ],
"textdomain": "woocommerce",
"usesContext": [
"queryId",
"query",
"queryContext",
"displayLayout",
"templateSlug"
],
"supports": {
"inserter": false,
"reusable": false,
"html": false,
"align": [ "wide", "full" ],
"anchor": true,
"__experimentalLayout": {
"allowEditing": false
},
"color": {
"gradients": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
}
}