-
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: Rename settings
& userSettings
props to value
& inheritedValue
respectively in ImageSettingsPanel
#54593
Conversation
…` respectively in ImageSettingsPanel
Size Change: +6 B (0%) Total Size: 1.62 MB
ℹ️ View Unchanged
|
@michalczaplinski We should probably also rename the parameters in the |
Flaky tests detected in 87b06ef. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6236895754
|
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.
Thanks a lot for following-up here. I do like the consistency :)
What?
Rename
settings
&userSettings
props tovalue
&inheritedValue
respectively in theImageSettingsPanel
. Originally noted in #54509 (comment)Why?
Previous naming was not consistent with the how the props are named in other Global Styles panels.