Make settings easy to share and deploy #5638
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
To make settings much more portable/shareable it would be good to allow an "import" or "include" folder for settings.
This would allow settings to be easily distributed, installed via automation (Group Policy, Ansible, Chef, etc) or stored in Drive/Dropbox to share between machines.
For Example: If people want to create/share themes it would now be possible to just drop a new file into the folder, instead of editing json by hand.
Proposed technical implementation details (optional)
The common linux practice of using a
settings.d
style folder and loading all files in that folder seems like a good approach to me.The text was updated successfully, but these errors were encountered: