Changeset 56065 for trunk/src/wp-includes/blocks/cover/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/cover/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/cover/block.json
r55246 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/cover", 5 5 "title": "Cover", 6 6 "category": "media", 7 "description": "Add an image or video with a text overlay — great for headers.",7 "description": "Add an image or video with a text overlay.", 8 8 "textdomain": "default", 9 9 "attributes": { … … 89 89 "padding": true, 90 90 "margin": [ "top", "bottom" ], 91 "blockGap": true, 91 92 "__experimentalDefaultControls": { 92 "padding": true 93 "padding": true, 94 "blockGap": true 95 } 96 }, 97 "__experimentalBorder": { 98 "color": true, 99 "radius": true, 100 "style": true, 101 "width": true, 102 "__experimentalDefaultControls": { 103 "color": true, 104 "radius": true, 105 "style": true, 106 "width": true 93 107 } 94 108 }, 95 109 "color": { 96 110 "__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background", 97 "text": false, 98 "background": false 111 "text": true, 112 "background": false, 113 "__experimentalSkipSerialization": [ "gradients" ] 99 114 }, 100 115 "typography": { … … 110 125 "fontSize": true 111 126 } 127 }, 128 "layout": { 129 "allowJustification": false 112 130 } 113 131 },
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)