Changeset 59072 for trunk/src/wp-includes/blocks/quote/block.json
- Timestamp:
- 09/20/2024 01:53:52 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/quote/block.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/quote/block.json
r58187 r59072 29 29 "supports": { 30 30 "anchor": true, 31 "align": [ "left", "right", "wide", "full" ], 31 32 "html": false, 33 "background": { 34 "backgroundImage": true, 35 "backgroundSize": true, 36 "__experimentalDefaultControls": { 37 "backgroundImage": true 38 } 39 }, 40 "__experimentalBorder": { 41 "color": true, 42 "radius": true, 43 "style": true, 44 "width": true, 45 "__experimentalDefaultControls": { 46 "color": true, 47 "radius": true, 48 "style": true, 49 "width": true 50 } 51 }, 52 "dimensions": { 53 "minHeight": true, 54 "__experimentalDefaultControls": { 55 "minHeight": false 56 } 57 }, 32 58 "__experimentalOnEnter": true, 33 59 "__experimentalOnMerge": true, … … 58 84 }, 59 85 "spacing": { 60 "blockGap": true 86 "blockGap": true, 87 "padding": true, 88 "margin": true 61 89 }, 62 90 "interactivity": {
Note: See TracChangeset
for help on using the changeset viewer.