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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user