Don't store editor settings in text files #11751
jesperweber
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Don't know if this is the right place for the input?
From the Redirect URL Management dashboard, the editors has the option to disable/enable the URL tracker.
When clicking the button in the backoffice the setting is stored in the config/umbracoSettings.config file.
In my opinion, settings like this where the editors can change the setting, should be stored in the database and not in text files.
When settings are stored in text files, the settings will be reset every time developers deploy to the environment, since the editors settings is not reflected in the source code deployed to the environment.
Beta Was this translation helpful? Give feedback.
All reactions