Changeset 53157 for trunk/src/wp-includes/blocks/code/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/code/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/code", … … 15 16 "supports": { 16 17 "anchor": true, 17 "__experimentalSelector": ".wp-block-code > code",18 18 "typography": { 19 19 "fontSize": true, … … 35 35 "color": true, 36 36 "width": true, 37 "style": true 37 "style": true, 38 "__experimentalDefaultControls": { 39 "width": true, 40 "color": true 41 } 38 42 }, 39 43 "color": { 40 44 "text": true, 41 45 "background": true, 42 "gradients": true 46 "gradients": true, 47 "__experimentalDefaultControls": { 48 "background": true, 49 "text": true 50 } 43 51 } 44 52 },
Note: See TracChangeset
for help on using the changeset viewer.