Changeset 53157 for trunk/src/wp-includes/blocks/gallery
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/gallery/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/gallery", … … 106 107 "supports": { 107 108 "anchor": true, 108 "align": true 109 "align": true, 110 "html": false, 111 "units": [ "px", "em", "rem", "vh", "vw" ], 112 "spacing": { 113 "blockGap": true, 114 "__experimentalSkipSerialization": [ "blockGap" ], 115 "__experimentalDefaultControls": { 116 "blockGap": true 117 } 118 }, 119 "__experimentalLayout": { 120 "allowSwitching": false, 121 "allowInheriting": false, 122 "allowEditing": false, 123 "default": { 124 "type": "flex" 125 } 126 } 109 127 }, 110 128 "editorStyle": "wp-block-gallery-editor",
Note: See TracChangeset
for help on using the changeset viewer.