blablablocks-tabs-block/build/tab/block.json
2026-04-20 14:09:22 +00:00

27 lines
No EOL
534 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "blablablocks/tab",
"title": "Tab",
"description": "A single tab within a tabs block.",
"parent": [
"blablablocks/tabs"
],
"attributes": {
"tabname": {
"type": "string"
},
"tabId": {
"type": "string"
},
"tabIcon": {
"type": "string"
}
},
"supports": {
"html": false
},
"textdomain": "blablablocks-tab-block",
"editorScript": "file:./index.js",
"render": "file:./render.php"
}