-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
FEATURE: Site configuration presets #4735
Conversation
This looks already great and seems to be non breaking. Are there any open points left? |
I urgently need to document open tasks when I mark a PR as draft.. I don't know what I planned to do still – maybe adjust docs on docs.neos.io or add tests? 🙈 I'll mark it ready for review now |
Okay as far as i can tell is the change non breaking as the wildcard ~So the neos ui test dist and neos demo doesnt need to be migrated? https://github.com/neos/neos-ui/blob/5758aa4d935c9fa06dcf55a0e3b55fca3961b89e/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.Test.OneDimension/Configuration/Settings.yaml#L35~ Exactly this change is totally non breaking. The documentation at https://docs.neos.io/guide/manual/site-configuration would need to be updated as well please. |
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 feature is needed for my masterplan in #4470 (comment)
so i will gladly approve this.
My previous concerns, to remove support for *
and document on docs.neos.io will be part of my followup. Also that will keep this pr from being breaking.
Shall we merge this? |
I rebased this one and would like to merge it if tests are green. |
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.
Yeah sure, lets do it. (Even-though the logic really grows in the SiteConfiguration thingy and i might like to have a unit test for it 🙈)
yes, good point! I might like to have one as well :D I'll take care |
❤️ +2 ;) |
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.
Looks good. Thank you!
Resolves: #4582