-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Color field: warning for deprecated notation #6913
Conversation
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.
Should we leave the unit tests in there? The rest looks good
4121169
to
e9529e3
Compare
@bastianallgeier now I remember why I removed those tests in the first place XD they fail due to the deprecation warning |
Didn't we have something to disable this in tests? I can't remember correctly anymore. Otherwise, we should probably really remove them. |
Let's move it to beta.3 |
@bastianallgeier the opposite: https://github.com/getkirby/kirby/blob/main/src/Cms/Helpers.php#L63 - we explicitly avoid swallowing the message when running in test mode. I have removed the test again. |
e9529e3
to
993cf32
Compare
Changelog
Deprecated
text => value
notation for options has been deprecated and will be removed in Kirby 6. Please rewrite your options asvalue => text
.Ready?
For review team