25 lines
512 B
JSON
25 lines
512 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/buttons",
|
|
"title": "Buttons",
|
|
"category": "design",
|
|
"description": "Prompt visitors to take action with a group of button-style links.",
|
|
"keywords": [ "link" ],
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"contentJustification": {
|
|
"type": "string"
|
|
},
|
|
"orientation": {
|
|
"type": "string",
|
|
"default": "horizontal"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"align": [ "wide", "full" ]
|
|
},
|
|
"editorStyle": "wp-block-buttons-editor",
|
|
"style": "wp-block-buttons"
|
|
}
|