Skip to content

Commit

Permalink
Comments Pagination Numbers: Add typography support (#43289)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored Aug 18, 2022
1 parent e3d5fc5 commit 0d6ca6f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Displays a list of page numbers for comments pagination. ([Source](https://githu

- **Name:** core/comments-pagination-numbers
- **Category:** theme
- **Supports:** ~~html~~, ~~reusable~~
- **Supports:** typography (fontSize, lineHeight), ~~html~~, ~~reusable~~
- **Attributes:**

## Previous Page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
"usesContext": [ "postId" ],
"supports": {
"reusable": false,
"html": false
"html": false,
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
}
}

0 comments on commit 0d6ca6f

Please sign in to comment.