author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
{ |
19 | 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3 |
"apiVersion": 3, |
16 | 4 |
"name": "core/separator", |
18 | 5 |
"title": "Separator", |
16 | 6 |
"category": "design", |
18 | 7 |
"description": "Create a break between ideas or sections with a horizontal separator.", |
8 |
"keywords": [ "horizontal-line", "hr", "divider" ], |
|
9 |
"textdomain": "default", |
|
16 | 10 |
"attributes": { |
19 | 11 |
"opacity": { |
12 |
"type": "string", |
|
13 |
"default": "alpha-channel" |
|
16 | 14 |
} |
15 |
}, |
|
16 |
"supports": { |
|
18 | 17 |
"anchor": true, |
19 | 18 |
"align": [ "center", "wide", "full" ], |
19 |
"color": { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
20 |
"enableContrastChecker": false, |
19 | 21 |
"__experimentalSkipSerialization": true, |
22 |
"gradients": true, |
|
23 |
"background": true, |
|
24 |
"text": false, |
|
25 |
"__experimentalDefaultControls": { |
|
26 |
"background": true |
|
27 |
} |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
28 |
}, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
29 |
"spacing": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
30 |
"margin": [ "top", "bottom" ] |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
31 |
}, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
32 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
33 |
"clientNavigation": true |
19 | 34 |
} |
18 | 35 |
}, |
36 |
"styles": [ |
|
37 |
{ "name": "default", "label": "Default", "isDefault": true }, |
|
38 |
{ "name": "wide", "label": "Wide Line" }, |
|
39 |
{ "name": "dots", "label": "Dots" } |
|
40 |
], |
|
41 |
"editorStyle": "wp-block-separator-editor", |
|
42 |
"style": "wp-block-separator" |
|
16 | 43 |
} |