forked from projects/fipamo
added missing eternal API toggle to settings template
This commit is contained in:
parent
b24f0a6adb
commit
a1932e1a24
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
"renderOnSave": "false",
|
"renderOnSave": "false",
|
||||||
"theme": "fipamo-default",
|
"theme": "fipamo-default",
|
||||||
"display_limit": 5,
|
"display_limit": 5,
|
||||||
"last_backup": null
|
"last_backup": null,
|
||||||
|
"externalAPI": "false"
|
||||||
},
|
},
|
||||||
"library_stats": {
|
"library_stats": {
|
||||||
"current_index": 1
|
"current_index": 1
|
||||||
|
|
Loading…
Reference in a new issue