equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/separator", |
4 "name": "core/separator", |
5 "title": "Separator", |
5 "title": "Separator", |
6 "category": "design", |
6 "category": "design", |
7 "description": "Create a break between ideas or sections with a horizontal separator.", |
7 "description": "Create a break between ideas or sections with a horizontal separator.", |
8 "keywords": [ "horizontal-line", "hr", "divider" ], |
8 "keywords": [ "horizontal-line", "hr", "divider" ], |
15 }, |
15 }, |
16 "supports": { |
16 "supports": { |
17 "anchor": true, |
17 "anchor": true, |
18 "align": [ "center", "wide", "full" ], |
18 "align": [ "center", "wide", "full" ], |
19 "color": { |
19 "color": { |
|
20 "enableContrastChecker": false, |
20 "__experimentalSkipSerialization": true, |
21 "__experimentalSkipSerialization": true, |
21 "gradients": true, |
22 "gradients": true, |
22 "background": true, |
23 "background": true, |
23 "text": false, |
24 "text": false, |
24 "__experimentalDefaultControls": { |
25 "__experimentalDefaultControls": { |
25 "background": true |
26 "background": true |
26 } |
27 } |
|
28 }, |
|
29 "spacing": { |
|
30 "margin": [ "top", "bottom" ] |
|
31 }, |
|
32 "interactivity": { |
|
33 "clientNavigation": true |
27 } |
34 } |
28 }, |
35 }, |
29 "styles": [ |
36 "styles": [ |
30 { "name": "default", "label": "Default", "isDefault": true }, |
37 { "name": "default", "label": "Default", "isDefault": true }, |
31 { "name": "wide", "label": "Wide Line" }, |
38 { "name": "wide", "label": "Wide Line" }, |