Changeset 53157 for trunk/src/wp-includes/blocks/quote/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/quote/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/quote", … … 41 42 "fontAppearance": true 42 43 } 44 }, 45 "color": { 46 "gradients": true, 47 "link": true, 48 "__experimentalDefaultControls": { 49 "background": true, 50 "text": true 51 } 43 52 } 44 53 }, … … 49 58 "isDefault": true 50 59 }, 51 { "name": "plain", "label": "Plain" }, 52 { "name": "large", "label": "Large" } 60 { "name": "plain", "label": "Plain" } 53 61 ], 54 62 "editorStyle": "wp-block-quote-editor",
Note: See TracChangeset
for help on using the changeset viewer.