-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Use Symfony YAML handler #52
base: main
Are you sure you want to change the base?
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.
I've clicked through all the panel views and couldn't find any issues. I think it's a good idea to already activate the new handler here.
I wonder if we should add a comment to the config to explain why we use that setting and what it means? It could be helpful for starterkit users, to understand this some more.
@bastianallgeier thinking about it. Maybe we wait for 4.5 with getkirby/kirby#6638 included? Yes to the comment. |
What could be a good comment?
|
That comment suggestion is great! |
Added the comment |
🚨 Only merge after 4.5.0 release
Description
Summary of changes
Reasoning
Before we switch the default in the Core, it would be good to run our kits first with this handler. Gives us more chances to catch any issues/differences that the new handler has, which would then allow us to make the default switch easier for developers.