Changeset 61009 for trunk/src/wp-includes/blocks/cover/block.json
- Timestamp:
- 10/21/2025 07:11:53 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/cover/block.json (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/cover/block.json
r59775 r61009 9 9 "attributes": { 10 10 "url": { 11 "type": "string" 11 "type": "string", 12 "role": "content" 12 13 }, 13 14 "useFeaturedImage": { … … 69 70 "default": true 70 71 }, 71 "allowedBlocks": {72 "type": "array"73 },74 72 "templateLock": { 75 73 "type": [ "string", "boolean" ], … … 82 80 "sizeSlug": { 83 81 "type": "string" 82 }, 83 "poster": { 84 "type": "string", 85 "source": "attribute", 86 "selector": "video", 87 "attribute": "poster" 84 88 } 85 89 }, … … 112 116 }, 113 117 "color": { 114 "__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background",115 118 "heading": true, 116 119 "text": true, … … 140 143 "interactivity": { 141 144 "clientNavigation": true 145 }, 146 "filter": { 147 "duotone": true 148 }, 149 "allowedBlocks": true 150 }, 151 "selectors": { 152 "filter": { 153 "duotone": ".wp-block-cover > .wp-block-cover__image-background, .wp-block-cover > .wp-block-cover__video-background" 142 154 } 143 155 },
Note: See TracChangeset
for help on using the changeset viewer.