WordPress/wp-includes/blocks/column/block.json
2020-07-07 14:43:35 +00:00

24 lines
321 B
JSON

{
"name": "core/column",
"category": "text",
"parent": [
"core/columns"
],
"attributes": {
"verticalAlignment": {
"type": "string"
},
"width": {
"type": "number",
"min": 0,
"max": 100
}
},
"supports": {
"anchor": true,
"reusable": false,
"html": false,
"lightBlockWrapper": true
}
}