WordPress/wp-includes/blocks/column/block.json

23 lines
324 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/column",
"category": "text",
"parent": [ "core/columns" ],
"attributes": {
"verticalAlignment": {
"type": "string"
},
"width": {
"type": "string"
},
"templateLock": {
"type": "string"
}
},
"supports": {
"anchor": true,
"reusable": false,
"html": false
}
}