File: //proc/self/cwd/wp-content/plugins/woocommerce/assets/client/blocks/accordion-group/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/accordion-group",
"title": "Accordion Group",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"description": "A group of headers and associated expandable content.",
"example": {},
"__experimental": true,
"supports": {
"html": false,
"align": [ "wide", "full" ],
"background": {
"backgroundImage": true,
"backgroundSize": true,
"__experimentalDefaultControls": {
"backgroundImage": true
}
},
"color": {
"background": true,
"gradient": true
},
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
"spacing": {
"padding": true,
"margin": [ "top", "bottom" ],
"blockGap": true
},
"shadow": true,
"layout": true,
"interactivity": true
},
"attributes": {
"iconPosition": {
"type": "string",
"default": "right"
},
"autoclose": {
"type": "boolean",
"default": false
},
"allowedBlocks": {
"type": "array"
}
},
"allowedBlocks": [ "woocommerce/accordion-item" ],
"textdomain": "woocommerce",
"viewScriptModule": "woocommerce/accordion-group",
"style": "file:../woocommerce/accordion-group-style.css"
}