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

35 lines
500 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/group",
"category": "design",
"attributes": {
"tagName": {
"type": "string",
"default": "div"
2020-12-10 14:06:04 +01:00
},
"templateLock": {
"type": "string"
2020-09-15 14:29:22 +02:00
}
},
"supports": {
"align": [
"wide",
"full"
],
"anchor": true,
"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
},
"spacing": {
"padding": true
2021-04-27 08:32:47 +02:00
},
"__experimentalBorder": {
"radius": true
2020-09-15 14:29:22 +02:00
}
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-group-editor",
"style": "wp-block-group"
2020-09-15 14:29:22 +02:00
}