Skip to content

Commit

Permalink
Query Pagination Next: Add missing typography supports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 24, 2022
1 parent 541eb20 commit d04c0be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/block-library/src/query-pagination-next/block.json
Expand Up @@ -26,10 +26,12 @@
"typography": {
"fontSize": 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 d04c0be

Please sign in to comment.