File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/tabs/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/tabs",
"title": "Tabs",
"description": "Add a customizable tabs.",
"category": "gtm-layout",
"keywords": [
"gutenmate",
"tabs",
"tab"
],
"attributes": {
"tabTypography": {
"type": "object",
"default": {}
},
"tabPadding": {
"type": "object",
"default": {}
},
"tabRadius": {
"type": "object",
"default": {}
},
"tabSpacing": {
"type": "object",
"default": {}
},
"tabJustify": {
"type": "string",
"default": ""
},
"tabLabelColor": {
"type": "string",
"default": ""
},
"tabBg": {
"type": "object",
"default": {}
},
"tabHoverLabelColor": {
"type": "string",
"default": ""
},
"tabHoverBg": {
"type": "object",
"default": {}
},
"tabActiveLabelColor": {
"type": "string",
"default": ""
},
"tabActiveBg": {
"type": "object",
"default": {}
},
"tabIconSize": {
"type": "object",
"default": {}
},
"tabIconSpacing": {
"type": "object",
"default": {}
},
"tabIconColor": {
"type": "string",
"default": ""
},
"tabHoverIconColor": {
"type": "string",
"default": ""
},
"tabActiveIconColor": {
"type": "string",
"default": ""
},
"panelPadding": {
"type": "object",
"default": {}
},
"panelRadius": {
"type": "object",
"default": {}
},
"panelColor": {
"type": "string",
"default": ""
},
"panelBg": {
"type": "object",
"default": {}
},
"stackTabsOnMobile": {
"type": "boolean",
"default": true
},
"hideLabelOnMobile": {
"type": "boolean",
"default": false
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"bg": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-tabs-editor-style",
"style": "gtm-tabs-style"
}