Skip to content
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

Add a YAML config option #241

Closed
caendesilva opened this issue Jul 18, 2022 · 2 comments
Closed

Add a YAML config option #241

caendesilva opened this issue Jul 18, 2022 · 2 comments

Comments

@caendesilva
Copy link
Member

In addition, I would like to implement a YAML config option. This would be an optional feature, and work as a superset over the PHP configs. When the application boots, the YAML config is merged over the others. This, paired with a defined JSON schema would bring a stable location for project configuration settings. The PHP config files would still be used to configure behaviour, while the YAML one is for presentation.

Originally posted by @caendesilva in #230 (comment)

@caendesilva
Copy link
Member Author

Going to take a stab at implementing this, and having it tied one-to-one with the new site config.

@caendesilva
Copy link
Member Author

Having two config files doing the same thing adds a ton of complexity. You'd probably have to commit to using only one. Closing for now.

@caendesilva caendesilva closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant