add optional path to custom web ui pages

'html_templates' in 'files' can be set to a directory, in which you can
place custom version of the web ui pages. Added for #9. Wiki explainer
to follow.
This commit is contained in:
Harvey Tindall
2020-10-18 21:48:20 +01:00
parent 8e6cf799cd
commit 82d07e423c
3 changed files with 35 additions and 739 deletions
+8
View File
@@ -628,6 +628,14 @@
"type": "text",
"value": "",
"description": "Location of custom bootstrap CSS."
},
"html_templates": {
"name": "Custom HTML Template Directory",
"required": false,
"requires_restart": true,
"type": "text",
"value": "",
"description": "Path to directory containing custom versions of web ui pages. See wiki for more info."
}
}
}