mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
cbcf19d09d
Included cherry-picked commits from the Gutenberg plugin that fix bugs discovered after WordPress 6.0 RC 3. Props zieladam. See #55567. Built from https://develop.svn.wordpress.org/trunk@53420 git-svn-id: http://core.svn.wordpress.org/trunk@53009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "core/columns",
|
|
"title": "Columns",
|
|
"category": "design",
|
|
"description": "Display content in multiple columns, with blocks added to each column.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"verticalAlignment": {
|
|
"type": "string"
|
|
},
|
|
"isStackedOnMobile": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"align": [ "wide", "full" ],
|
|
"html": false,
|
|
"color": {
|
|
"gradients": true,
|
|
"link": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"spacing": {
|
|
"blockGap": {
|
|
"__experimentalDefault": "2em"
|
|
},
|
|
"margin": [ "top", "bottom" ],
|
|
"padding": true,
|
|
"__experimentalDefaultControls": {
|
|
"padding": true
|
|
}
|
|
},
|
|
"__experimentalLayout": {
|
|
"allowSwitching": false,
|
|
"allowInheriting": false,
|
|
"allowEditing": false,
|
|
"default": {
|
|
"type": "flex",
|
|
"flexWrap": "nowrap"
|
|
}
|
|
},
|
|
"__experimentalBorder": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true,
|
|
"__experimentalDefaultControls": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true
|
|
}
|
|
}
|
|
},
|
|
"editorStyle": "wp-block-columns-editor",
|
|
"style": "wp-block-columns"
|
|
}
|