Changeset 52042 for trunk/src/wp-includes/blocks/cover/block.json
- Timestamp:
- 11/08/2021 02:26:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/cover/block.json
r50929 r52042 13 13 "type": "number" 14 14 }, 15 "alt": { 16 "type": "string", 17 "source": "attribute", 18 "selector": "img", 19 "attribute": "alt", 20 "default": "" 21 }, 15 22 "hasParallax": { 16 23 "type": "boolean", … … 23 30 "dimRatio": { 24 31 "type": "number", 25 "default": 5032 "default": 100 26 33 }, 27 34 "overlayColor": { … … 52 59 "contentPosition": { 53 60 "type": "string" 61 }, 62 "isDark": { 63 "type": "boolean", 64 "default": true 65 }, 66 "allowedBlocks": { 67 "type": "array" 68 }, 69 "templateLock": { 70 "type": "string", 71 "enum": [ "all", "insert", false ] 54 72 } 55 73 }, … … 59 77 "html": false, 60 78 "spacing": { 61 "padding": true 79 "padding": true, 80 "__experimentalDefaultControls": { 81 "padding": true 82 } 62 83 }, 63 84 "color": {
Note: See TracChangeset
for help on using the changeset viewer.