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

65 lines
1.7 KiB
JSON

{
"name": "woocommerce/add-to-cart-with-options-variation-selector-attribute-name",
"title": "Variation Selector: Attribute Name (Beta)",
"description": "Format the name of an attribute associated with a variable product.",
"category": "woocommerce-product-elements",
"keywords": [ "WooCommerce" ],
"ancestor": [
"woocommerce/add-to-cart-with-options-variation-selector-attribute"
],
"textdomain": "woocommerce",
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json",
"supports": {
"inserter": false,
"interactivity": true,
"align": false,
"alignWide": false,
"color": {
"__experimentalSkipSerialization": true,
"gradients": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"typography": {
"__experimentalSkipSerialization": [
"fontSize",
"lineHeight",
"fontFamily",
"fontWeight",
"fontStyle",
"textTransform",
"textDecoration",
"letterSpacing"
],
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalWritingMode": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"spacing": {
"__experimentalSkipSerialization": true,
"padding": [ "horizontal", "vertical" ],
"__experimentalDefaultControls": {
"padding": true
}
}
},
"usesContext": [
"woocommerce/attributeId",
"woocommerce/attributeName",
"woocommerce/attributeTerms"
],
"style": "file:../woocommerce/add-to-cart-with-options-variation-selector-attribute-name-style.css"
}