Add copyright and readonly config variables to frontend template #56
This commit is contained in:
parent
1c4bd8e218
commit
220ed80cc6
1 changed files with 2 additions and 0 deletions
|
@ -35,7 +35,9 @@
|
|||
window.appConfig = {
|
||||
name: "{{ .name }}",
|
||||
version: "{{ .version }}",
|
||||
copyright: "{{ .copyright }}",
|
||||
debug: {{ .debug }},
|
||||
readonly: {{ .readonly }},
|
||||
cameras: {{ .cameras }},
|
||||
countries: {{ .countries }},
|
||||
thumbnails: {{ .thumbnails }}
|
||||
|
|
Loading…
Reference in a new issue