Changeset 52042 for trunk/src/wp-includes/blocks/heading/block.json
- Timestamp:
- 11/08/2021 02:26:27 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/heading/block.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/heading/block.json
r51089 r52042 33 33 "link": true 34 34 }, 35 "spacing": { 36 "margin": true 37 }, 35 38 "typography": { 36 39 "fontSize": true, 37 40 "lineHeight": true, 38 "__experimentalFontWeight": true 41 "__experimentalFontStyle": true, 42 "__experimentalFontWeight": true, 43 "__experimentalLetterSpacing": true, 44 "__experimentalTextTransform": true, 45 "__experimentalDefaultControls": { 46 "fontSize": true, 47 "fontAppearance": true, 48 "textTransform": true 49 } 39 50 }, 40 51 "__experimentalSelector": "h1,h2,h3,h4,h5,h6", 41 "__unstablePasteTextInline": true 52 "__unstablePasteTextInline": true, 53 "__experimentalSlashInserter": true 42 54 }, 43 55 "editorStyle": "wp-block-heading-editor",
Note: See TracChangeset
for help on using the changeset viewer.