mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
ad48a15387
In the response to the discussion during the Dev Chat, I'm doing a first pass to keep WordPress packages up to date in the WordPress 5.8 release cycle. See https://github.com/WordPress/wordpress-develop/pull/1176 for more details. Props youknowriad, aristath, andraganescu. See #52991. Built from https://develop.svn.wordpress.org/trunk@50761 git-svn-id: http://core.svn.wordpress.org/trunk@50370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
36 lines
578 B
JSON
36 lines
578 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/group",
|
|
"category": "design",
|
|
"attributes": {
|
|
"tagName": {
|
|
"type": "string",
|
|
"default": "div"
|
|
},
|
|
"templateLock": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": [ "wide", "full" ],
|
|
"anchor": true,
|
|
"html": false,
|
|
"color": {
|
|
"gradients": true,
|
|
"link": true
|
|
},
|
|
"spacing": {
|
|
"padding": true
|
|
},
|
|
"__experimentalBorder": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true
|
|
},
|
|
"__experimentalLayout": true
|
|
},
|
|
"editorStyle": "wp-block-group-editor",
|
|
"style": "wp-block-group"
|
|
}
|