equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/buttons", |
3 "name": "core/buttons", |
|
4 "title": "Buttons", |
3 "category": "design", |
5 "category": "design", |
|
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 }, |
4 "supports": { |
18 "supports": { |
5 "anchor": true, |
19 "anchor": true, |
6 "align": true, |
20 "align": [ "wide", "full" ] |
7 "alignWide": false, |
21 }, |
8 "lightBlockWrapper": true |
22 "editorStyle": "wp-block-buttons-editor", |
9 } |
23 "style": "wp-block-buttons" |
10 } |
24 } |