-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Make the custom spacing theme support flag and block support API stable #25788
Conversation
Size Change: +15 B (0%) Total Size: 1.18 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 from me! Thanks @youknowriad ! Tested locally, and the padding controls show up when I add the setting in an experimental-theme.json
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested and confirmed 👍
Similar to #25694
With this PR, third-party block authors using the "light block wrapper" will be able to add padding support with a single line of code to their custom blocks.
It also marks the custom-spacing theme support flag as stable as well.