26 lines
508 B
JSON
26 lines
508 B
JSON
|
|
{
|
||
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
|
"apiVersion": 3,
|
||
|
|
"name": "kadence/header-column",
|
||
|
|
"parent": [
|
||
|
|
"kadence/header"
|
||
|
|
],
|
||
|
|
"title": "Header Column",
|
||
|
|
"category": "kadence-blocks",
|
||
|
|
"description": "Kadence header column",
|
||
|
|
"supports": {
|
||
|
|
"inserter": true
|
||
|
|
},
|
||
|
|
"textdomain": "kadence-blocks",
|
||
|
|
"attributes": {
|
||
|
|
"uniqueID": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"location": {
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"usesContext": [
|
||
|
|
"kadence/headerRowLayoutConfig"
|
||
|
|
]
|
||
|
|
}
|