mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 16:20:03 +00:00
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