File tree Expand file tree Collapse file tree
packages/block-library/src/list-item Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ Create a list item. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/
347347
348348- ** Name:** core/list-item
349349- ** Category:** text
350- - ** Supports:** ~~ className~~
350+ - ** Supports:** typography (fontSize, lineHeight), ~~ className~~
351351- ** Attributes:** content, placeholder
352352
353353## Login/out
Original file line number Diff line number Diff line change 2222 },
2323 "supports" : {
2424 "className" : false ,
25- "__experimentalSelector" : " li"
25+ "__experimentalSelector" : " li" ,
26+ "typography" : {
27+ "fontSize" : true ,
28+ "lineHeight" : true ,
29+ "__experimentalFontFamily" : true ,
30+ "__experimentalFontWeight" : true ,
31+ "__experimentalFontStyle" : true ,
32+ "__experimentalTextTransform" : true ,
33+ "__experimentalTextDecoration" : true ,
34+ "__experimentalLetterSpacing" : true ,
35+ "__experimentalDefaultControls" : {
36+ "fontSize" : true
37+ }
38+ }
2639 }
2740}
You can’t perform that action at this time.
0 commit comments