16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/buttons", |
18
|
4 |
"title": "Buttons", |
16
|
5 |
"category": "design", |
18
|
6 |
"description": "Prompt visitors to take action with a group of button-style links.", |
|
7 |
"keywords": [ "link" ], |
|
8 |
"textdomain": "default", |
|
9 |
"attributes": { |
|
10 |
"contentJustification": { |
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"orientation": { |
|
14 |
"type": "string", |
|
15 |
"default": "horizontal" |
|
16 |
} |
|
17 |
}, |
16
|
18 |
"supports": { |
|
19 |
"anchor": true, |
18
|
20 |
"align": [ "wide", "full" ] |
|
21 |
}, |
|
22 |
"editorStyle": "wp-block-buttons-editor", |
|
23 |
"style": "wp-block-buttons" |
16
|
24 |
} |