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

22 lines
352 B
JSON

{
"apiVersion": 2,
"name": "core/columns",
"category": "design",
"attributes": {
"verticalAlignment": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": [ "wide", "full" ],
"html": false,
"color": {
"gradients": true,
"link": true
}
},
"editorStyle": "wp-block-columns-editor",
"style": "wp-block-columns"
}