25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
||
"apiVersion": 2,
|
||
"name": "core/columns",
|
||
"title": "Columns",
|
||
"category": "design",
|
||
"description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d 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"
|
||
}
|