Changeset 59775 for trunk/src/wp-includes/blocks/button/block.json
- Timestamp:
- 02/07/2025 03:44:07 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/button/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/button/block.json
r59119 r59775 86 86 }, 87 87 "typography": { 88 "__experimentalSkipSerialization": [ 89 "fontSize", 90 "lineHeight", 91 "fontFamily", 92 "fontWeight", 93 "fontStyle", 94 "textTransform", 95 "textDecoration", 96 "letterSpacing" 97 ], 88 98 "fontSize": true, 89 99 "lineHeight": true, … … 123 133 } 124 134 }, 125 "__experimentalSelector": ".wp-block-button .wp-block-button__link",126 135 "interactivity": { 127 136 "clientNavigation": true … … 133 142 ], 134 143 "editorStyle": "wp-block-button-editor", 135 "style": "wp-block-button" 144 "style": "wp-block-button", 145 "selectors": { 146 "root": ".wp-block-button .wp-block-button__link", 147 "typography": { 148 "writingMode": ".wp-block-button" 149 } 150 } 136 151 }
Note: See TracChangeset
for help on using the changeset viewer.