2020-07-01 08:29:03 -04:00
|
|
|
{
|
2020-10-20 09:36:16 -04:00
|
|
|
"apiVersion": 2,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/buttons",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Buttons",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "design",
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "Prompt visitors to take action with a group of button-style links.",
|
|
|
|
"keywords": [ "link" ],
|
|
|
|
"textdomain": "default",
|
2021-01-27 21:04:13 -05:00
|
|
|
"attributes": {
|
|
|
|
"contentJustification": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"orientation": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "horizontal"
|
|
|
|
}
|
|
|
|
},
|
2020-07-01 08:29:03 -04:00
|
|
|
"supports": {
|
2020-07-07 10:43:35 -04:00
|
|
|
"anchor": true,
|
2021-01-27 21:04:13 -05:00
|
|
|
"align": [ "wide", "full" ]
|
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-buttons-editor",
|
|
|
|
"style": "wp-block-buttons"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|