{
"$schema": "https://schemas.wp.org/trunk/block.json",
"title": "Breadcrumbs",
"name": "essential-blocks/breadcrumbs",
"category": "essential-blocks",
"description": "Make smooth navigation for your posts or pages by adding Breadcrumb",
"apiVersion": 2,
"textdomain": "essential-blocks",
"supports": {
"anchor": true
},
"editorScript": "essential-blocks-editor-script"
}
{
"apiVersion": 2,
"name": "gutenverse/tab",
"title": "Tab Item",
"description": "Create content inside a tab element",
"category": "gutenverse-element",
"parent": [
"gutenverse/tabs"
],
"example": {},
"attributes": {
"elementId": {
"type": "string"
},
"tabId": {
"type": "string"
},
"active": {
"type": "boolean",
"default": false
},
"first": {
"type": "boolean",
"default": false
}
},
"variations": [],
"supports": {
"className": false,
"html": false
},
"keywords": [
"tabs",
"accordion",
"gutenverse"
]
}