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

25 lines
520 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/columns",
"title": "Columns",
"category": "design",
"description": "Add a block that displays content in multiple columns, then add whatever content blocks youd like.",
"textdomain": "default",
"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"
}