Changeset 53157 for trunk/src/wp-includes/blocks/separator/block.json
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/separator/block.json
r50929 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/separator", … … 8 9 "textdomain": "default", 9 10 "attributes": { 10 "color": { 11 "type": "string" 12 }, 13 "customColor": { 14 "type": "string" 11 "opacity": { 12 "type": "string", 13 "default": "alpha-channel" 15 14 } 16 15 }, 17 16 "supports": { 18 17 "anchor": true, 19 "align": [ "center", "wide", "full" ] 18 "align": [ "center", "wide", "full" ], 19 "color": { 20 "__experimentalSkipSerialization": true, 21 "gradients": true, 22 "background": true, 23 "text": false, 24 "__experimentalDefaultControls": { 25 "background": true 26 } 27 } 20 28 }, 21 29 "styles": [
Note: See TracChangeset
for help on using the changeset viewer.