-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Latest Posts: Add support for typography properties #29623
Conversation
Size Change: +419 B (0%) Total Size: 1.4 MB
ℹ️ View Unchanged
|
Yeah good point. I pushed a commit which should restrict these settings to just the post title, but it's not working. @nosolosw any idea what I need to do to get these settings to apply only to the block title? |
👋 This sort of setup (trying to address an inner element of a block instead of its wrapper) is why we're doing #28913 For this to work we need to do the following tasks first (see in 28913 how it was done for color and style):
Once that is done, this PR needs to use update the block.json with those flags + update the edit function of the block to apply the typographic attributes to the post title directly. |
Closed in favour of #43540. |
Description
Adds support for typography properties in the Latest Posts block.
How has this been tested?
Screenshots
Types of changes
New feature (non-breaking change which adds functionality)
Checklist: