Files

29 lines
540 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"title": "Tab",
"name": "kadence/tab",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"parent": [
"kadence/tabs"
],
"attributes": {
"id": {
"type": "number",
"default": 1
},
"uniqueID": {
"type": "string",
"default": ""
}
},
"supports": {
"inserter": false,
"reusable": false,
"html": false,
"lock": false,
"ktdynamic": true
},
"editorScript": "file:editor.js"
}