Skip to content

Commit

Permalink
add optional path to custom web ui pages
Browse files Browse the repository at this point in the history
'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.
  • Loading branch information
hrfee committed Oct 18, 2020
1 parent 8e6cf79 commit 82d07e4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 739 deletions.
8 changes: 8 additions & 0 deletions config/config-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}

0 comments on commit 82d07e4

Please sign in to comment.