-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
System configuration in Admin Panel #27
Comments
You have multiple things here :) Really should be in separate issues next time:
|
second issue has been broken out into it's own #34 issue |
first issue is now resolved also. Admin will create |
system.yaml
file inuser/config
folder admin panel saves changes intosystem/config/system.yaml
instead of creating newuser/config/system.yaml
file. Maybe it's better to create new user configuration than overwrite initial system configuration?markdown
andpage
) with value1
are added intosystem.yaml
file:Next, each time you save configuration, values of
1
are added to these keys, so it becomes something like:What is this intended for?
system/config/system.yaml
oruser/config/system.yaml
oruser/localhost/config/system.yaml
or other environment configuration) is in use and will be saved, or even add an option to select configuration file for editing.The text was updated successfully, but these errors were encountered: