2020-07-01 08:29:03 -04:00
|
|
|
{
|
2020-10-20 09:36:16 -04:00
|
|
|
"apiVersion": 2,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/columns",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Columns",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "design",
|
2021-11-08 09:29:21 -05:00
|
|
|
"description": "Display content in multiple columns, with blocks added to each column.",
|
2021-05-19 11:09:27 -04:00
|
|
|
"textdomain": "default",
|
2020-07-01 08:29:03 -04:00
|
|
|
"attributes": {
|
|
|
|
"verticalAlignment": {
|
|
|
|
"type": "string"
|
2021-11-08 09:29:21 -05:00
|
|
|
},
|
|
|
|
"isStackedOnMobile": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-07-07 10:43:35 -04:00
|
|
|
"anchor": true,
|
2021-05-07 07:48:27 -04:00
|
|
|
"align": [ "wide", "full" ],
|
2020-07-01 08:29:03 -04:00
|
|
|
"html": false,
|
2020-10-20 09:36:16 -04:00
|
|
|
"color": {
|
2020-07-01 08:29:03 -04:00
|
|
|
"gradients": true,
|
2020-10-20 09:36:16 -04:00
|
|
|
"link": true
|
2021-11-08 09:29:21 -05:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"blockGap": true,
|
|
|
|
"margin": [ "top", "bottom" ],
|
|
|
|
"padding": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"blockGap": true
|
|
|
|
}
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-columns-editor",
|
|
|
|
"style": "wp-block-columns"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|