Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00:00

43 lines
1.0 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/add-to-cart-with-options-variation-description",
"title": "Variation Description (Beta)",
"description": "Displays the description of the selected variation.",
"category": "woocommerce",
"textdomain": "woocommerce",
"ancestor": [ "woocommerce/add-to-cart-with-options" ],
"supports": {
"interactivity": true,
"html": false,
"dimensions": {
"minHeight": true
},
"spacing": {
"padding": true,
"margin": true
},
"color": {
"gradients": true,
"link": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true
}
},
"viewScriptModule": "woocommerce/product-elements"
}