-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Settings page #486
Settings page #486
Conversation
Why fully removing the |
Because it's no longer doing anything. Settings are directly written to the |
Mybad thought it was still saved in the settings table of the db. |
I feel this is a good start, overtime i can add everything we have an env value for. |
TagsInput expects an array, not a string, fails on saving when using `''`
I feel this is good enough in its current state to be added, More settings can be added along the way. |
Adds a simple Settings page. Settings are directly written to the .env file.
The old admin settings stuff is removed.
This supersedes #259.