Changeset 50929 for trunk/src/wp-includes/blocks/separator/block.json
- Timestamp:
- 05/19/2021 03:07:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/separator/block.json
r50824 r50929 2 2 "apiVersion": 2, 3 3 "name": "core/separator", 4 "title": "Separator", 4 5 "category": "design", 6 "description": "Create a break between ideas or sections with a horizontal separator.", 7 "keywords": [ "horizontal-line", "hr", "divider" ], 8 "textdomain": "default", 5 9 "attributes": { 6 10 "color": { … … 15 19 "align": [ "center", "wide", "full" ] 16 20 }, 21 "styles": [ 22 { "name": "default", "label": "Default", "isDefault": true }, 23 { "name": "wide", "label": "Wide Line" }, 24 { "name": "dots", "label": "Dots" } 25 ], 17 26 "editorStyle": "wp-block-separator-editor", 18 27 "style": "wp-block-separator"
Note: See TracChangeset
for help on using the changeset viewer.