Current File : /home/digitaw/www/wp-content/plugins/otter-blocks/build/blocks/accordion-item/block.json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "themeisle-blocks/accordion-item",
    "title": "Accordion Item",
	"category": "themeisle-blocks",
    "description": "Vertically collapsing accordions perfect for displaying your FAQs. Powered by Otter.",
    "keywords": [ "accordions", "collapse", "faq" ],
    "parent": [ "themeisle-blocks/accordion" ],
	"textdomain": "otter-blocks",
    "attributes": {
        "title": {
            "type": "string"
        },
        "initialOpen": {
            "type": "boolean",
            "default": false
        },
		"tag": {
			"type": "string"
		}
	},
	"supports": {
		"reusable": false
	}
}