File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/tab/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/tab",
"title": "Tab",
"description": "Add a customizable tab.",
"category": "gtm-layout",
"keywords": [
"gutenmate",
"tabs",
"tab"
],
"parent": [
"gtm/tabs"
],
"attributes": {
"label": {
"type": "string",
"default": ""
},
"icon": {
"type": "string",
"default": ""
}
},
"supports": {},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-tab-editor-style",
"style": "gtm-tab-style"
}