Changeset 57377 for trunk/src/wp-includes/blocks/heading/block.json
- Timestamp:
- 01/29/2024 09:04:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/heading/block.json
r56710 r57377 8 8 "keywords": [ "title", "subtitle" ], 9 9 "textdomain": "default", 10 "usesContext": [ "pattern/overrides" ], 10 11 "attributes": { 11 12 "textAlign": { … … 13 14 }, 14 15 "content": { 15 "type": " string",16 "source": " html",16 "type": "rich-text", 17 "source": "rich-text", 17 18 "selector": "h1,h2,h3,h4,h5,h6", 18 "default": "",19 19 "__experimentalRole": "content" 20 20 }, … … 58 58 "__experimentalWritingMode": true, 59 59 "__experimentalDefaultControls": { 60 "fontSize": true, 61 "fontAppearance": true, 62 "textTransform": true 60 "fontSize": true 63 61 } 64 62 },
Note: See TracChangeset
for help on using the changeset viewer.