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

25 lines
512 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/buttons",
2021-07-23 11:58:50 +02:00
"title": "Buttons",
2020-09-15 14:29:22 +02:00
"category": "design",
2021-07-23 11:58:50 +02:00
"description": "Prompt visitors to take action with a group of button-style links.",
"keywords": [ "link" ],
"textdomain": "default",
2021-04-27 08:32:47 +02:00
"attributes": {
"contentJustification": {
"type": "string"
},
"orientation": {
"type": "string",
"default": "horizontal"
}
},
2020-09-15 14:29:22 +02:00
"supports": {
"anchor": true,
2021-04-27 08:32:47 +02:00
"align": [ "wide", "full" ]
},
"editorStyle": "wp-block-buttons-editor",
"style": "wp-block-buttons"
2020-09-15 14:29:22 +02:00
}