aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorZero~Informatique2020-09-11 21:06:31 +0200
committerG.Fouet2020-09-11 21:53:18 +0200
commiteb636568643e892491fd925f7a92fc3feba6a67e (patch)
tree1a82841f45e757f020c3ed9c84ad21cc456ae8a3 /example
parentf89ed0bd94ea570d9e6533301783d13b13033db0 (diff)
downloadldgallery-eb636568643e892491fd925f7a92fc3feba6a67e.tar.gz
viewer: config.json url parameter + index.json configuration
github: resolves #160
Diffstat (limited to 'example')
-rw-r--r--example/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/config.json b/example/config.json
index 5827d25..b66bfcd 100644
--- a/example/config.json
+++ b/example/config.json
@@ -1,4 +1,5 @@
1{ 1{
2 "galleryRoot": "out/", 2 "galleryRoot": "out/",
3 "galleryIndex": "index.json",
3 "initialTagDisplayLimit": 10 4 "initialTagDisplayLimit": 10
4} 5}