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 = {
|
window.appConfig = {
|
||||||
name: "{{ .name }}",
|
name: "{{ .name }}",
|
||||||
version: "{{ .version }}",
|
version: "{{ .version }}",
|
||||||
|
copyright: "{{ .copyright }}",
|
||||||
debug: {{ .debug }},
|
debug: {{ .debug }},
|
||||||
|
readonly: {{ .readonly }},
|
||||||
cameras: {{ .cameras }},
|
cameras: {{ .cameras }},
|
||||||
countries: {{ .countries }},
|
countries: {{ .countries }},
|
||||||
thumbnails: {{ .thumbnails }}
|
thumbnails: {{ .thumbnails }}
|
||||||
|
|
Loading…
Reference in a new issue