Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the typography support to group/row blocks #37456

Merged
merged 1 commit into from
Dec 17, 2021
Merged

Conversation

youknowriad
Copy link
Contributor

While working on a block theme, on several occasions I had the need to define the base font size, and typography settings for a whole section (sidebar, row...), I ended up duplicating the same config over multiple blocks.

This PR solves that by adding the different typography block supports to the group/row blocks.

Testing instructions

  • Try changing font sizes (or any typography setting) for a group of blocks.

@youknowriad youknowriad added [Feature] Blocks Overall functionality of blocks [Block] Group Affects the Group Block [Type] Feature New feature to highlight in changelogs. [Feature] Design Tools Tools that impact the appearance of blocks both to expand the number of tools and improve the experi labels Dec 16, 2021
@youknowriad youknowriad requested review from mtias, jasmussen and a team December 16, 2021 12:31
@youknowriad youknowriad self-assigned this Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Group Affects the Group Block [Feature] Blocks Overall functionality of blocks [Feature] Design Tools Tools that impact the appearance of blocks both to expand the number of tools and improve the experi [Type] Feature New feature to highlight in changelogs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide typography support at the Group block level.
3 participants