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

36 lines
697 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/columns",
2021-07-23 11:58:50 +02:00
"title": "Columns",
2020-09-15 14:29:22 +02:00
"category": "design",
2022-04-02 10:26:41 +02:00
"description": "Display content in multiple columns, with blocks added to each column.",
2021-07-23 11:58:50 +02:00
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"verticalAlignment": {
"type": "string"
2022-04-02 10:26:41 +02:00
},
"isStackedOnMobile": {
"type": "boolean",
"default": true
2020-09-15 14:29:22 +02:00
}
},
"supports": {
"anchor": true,
2021-07-23 11:58:50 +02:00
"align": [ "wide", "full" ],
2020-09-15 14:29:22 +02:00
"html": false,
2020-12-10 14:06:04 +01:00
"color": {
2020-09-15 14:29:22 +02:00
"gradients": true,
2020-12-10 14:06:04 +01:00
"link": true
2022-04-02 10:26:41 +02:00
},
"spacing": {
"margin": [ "top", "bottom" ],
"padding": true,
"__experimentalDefaultControls": {
"padding": true
}
2020-09-15 14:29:22 +02:00
}
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-columns-editor",
"style": "wp-block-columns"
2020-09-15 14:29:22 +02:00
}