Skip to content

Commit

Permalink
List: Add missing typography block supports (#43311)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 7, 2022
1 parent d209629 commit ac872b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/block-library/src/list/block.json
Expand Up @@ -40,12 +40,13 @@
"className": false,
"typography": {
"fontSize": true,
"__experimentalFontFamily": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
Expand Down

0 comments on commit ac872b8

Please sign in to comment.