Adds new property, appConfig.allowConfigEdit, in order to allow / prevent the user from writing changes to the conf file from the UI

This commit is contained in:
Alicia Sykes
2021-06-19 13:54:48 +01:00
parent 760c464c19
commit a954f8c0fb
2 changed files with 6 additions and 0 deletions

View File

@@ -150,6 +150,11 @@
}
}
}
},
"allowConfigEdit": {
"type": "boolean",
"default": true,
"description": "Can user write changes to conf.yml file from the UI. If set to false, preferences are only stored locally"
}
},
"additionalProperties": false