-
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
Global Styles: Add border radius controls to global styles sidebar #28346
Conversation
Size Change: +145 B (0%) Total Size: 1.28 MB
ℹ️ View Unchanged
|
This worked as advertised for me, except for setting the default radius of 20 for the group block - at what level in the .json file should this setting be added? |
Thanks for testing this.
It should be added at the top level, i.e. the same as the I've updated the testing instructions and created an example gist. Re-tested this and it works for me. |
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.
This all worked as expected for me
A wider set of border block support features have been added in #30124. This includes a border panel for the Global Styles sidebar. Closing this in favour of that PR as it's absorbed these changes. |
Description
Adds border radius controls to the global styles sidebar.
Note: Border radius support is turned off by default.
How has this been tested?
Manually.
Testing Instructions
global.settings.border.customRadius
inexperimental-default-theme.json
experimental-default-theme.json
and copy into your active theme) adding a border radius style forcore/group
block context.Screenshots
Types of changes
New Feature
Checklist: