16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/separator", |
18
|
4 |
"title": "Separator", |
16
|
5 |
"category": "design", |
18
|
6 |
"description": "Create a break between ideas or sections with a horizontal separator.", |
|
7 |
"keywords": [ "horizontal-line", "hr", "divider" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"color": { |
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"customColor": { |
|
14 |
"type": "string" |
|
15 |
} |
|
16 |
}, |
|
17 |
"supports": { |
18
|
18 |
"anchor": true, |
|
19 |
"align": [ "center", "wide", "full" ] |
|
20 |
}, |
|
21 |
"styles": [ |
|
22 |
{ "name": "default", "label": "Default", "isDefault": true }, |
|
23 |
{ "name": "wide", "label": "Wide Line" }, |
|
24 |
{ "name": "dots", "label": "Dots" } |
|
25 |
], |
|
26 |
"editorStyle": "wp-block-separator-editor", |
|
27 |
"style": "wp-block-separator" |
16
|
28 |
} |