File: /home/zeusxp5/chuair.org/wp-content/plugins/wd-framework/build/accordion-block/block.json
{
"apiVersion": 2,
"name": "webdevia/accordion-block",
"version": "0.1.0",
"title": "Accordion Item",
"category": "webdevia",
"description": "The accordion block is a powerful tool for organizing content into collapsible sections. With the ability to add Gutenberg inner blocks, you can create custom layouts and designs within each accordion item.",
"attributes": {
"uuid": {
"type": "number"
},
"transitionDuration": {
"type": "number",
"default": 500
},
"title": {
"type": "string"
},
"titleTag": {
"type": "string",
"default": "h3"
},
"initiallyOpen": {
"type": "boolean",
"default": false
},
"clickToClose": {
"type": "boolean",
"default": true
},
"autoClose": {
"type": "boolean",
"default": true
}
},
"supports": {
"html": false
},
"example": {
"attributes": {
"preview": true,
"blockOnly": true,
"initiallyOpen": true,
"title": "Accordion title"
}
},
"keywords": [
"webdevia",
"devia",
"block",
"accordion"
],
"textdomain": "webdevia-blocks",
"editorScript": "file:./index.js",
"viewScript": "file:./view.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}