mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-05-02 12:28:10 +08:00
27 lines
No EOL
534 B
JSON
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"
|
|
} |