File: /home/zeusxp5/chuair.org/wp-content/plugins/wd-framework/build/tabs/block.json
{
"apiVersion": 2,
"name": "webdevia/tabs",
"version": "0.1.0",
"title": "tabs",
"category": "design",
"icon": "smily",
"description": "The Tabs block!",
"attributes": {
"id": {
"type": "string"
},
"borderColor": {
"type": "string"
},
"borderWidth": {
"type": [
"number",
"object"
]
},
"borderRadius": {
"type": "object"
},
"titleBorderWidth": {
"type": "object"
},
"titleColor": {
"type": "string"
},
"tabColor": {
"type": "string"
},
"activeTitleColor": {
"type": "string"
},
"activeTitleBackgroundColor": {
"type": "string"
},
"activeBorderColor": {
"type": "string"
},
"contentTextColor": {
"type": "string"
},
"titleBackgroundColor": {
"type": "string"
},
"titlePadding": {
"type": "object"
},
"contentPadding": {
"type": "object"
},
"titleFontSize": {
"type": "string"
},
"titleAlignment": {
"type": "string"
},
"isSynced": {
"type": "array",
"default": []
}
},
"supports": {
"html": false,
"anchor": true,
"align": [
"left",
"center",
"right"
],
"color": {
"__experimentalDefaultControls": {
"background": false,
"text": true
}
}
},
"keywords": [
"wd",
"webdevia",
"tabs"
],
"textdomain": "webdevia-blocks",
"editorScript": "file:./index.js",
"viewScript": "file:./view.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}