Changeset 53157 for trunk/src/wp-includes/blocks/pullquote/block.json
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/pullquote/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/pullquote", … … 31 32 "gradients": true, 32 33 "background": true, 33 "link": true 34 "link": true, 35 "__experimentalDefaultControls": { 36 "background": true, 37 "text": true 38 } 34 39 }, 35 40 "typography": { … … 49 54 "radius": true, 50 55 "style": true, 51 "width": true 56 "width": true, 57 "__experimentalDefaultControls": { 58 "color": true, 59 "radius": true, 60 "style": true, 61 "width": true 62 } 52 63 } 53 64 },
Note: See TracChangeset
for help on using the changeset viewer.