aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorZero~Informatique2020-09-10 19:58:41 +0200
committerG.Fouet2020-09-11 21:53:18 +0200
commitd72e317896bcc2a675d21cec6f286e0b2730d77c (patch)
tree070459a2b6f317ad58e605ef92d0a3c084616fba /example
parent90d5af5bb24e899f6c0c2dd92517980c5bb3b753 (diff)
downloadldgallery-d72e317896bcc2a675d21cec6f286e0b2730d77c.tar.gz
viewer: limit + show more tags
github: resolves #184
Diffstat (limited to 'example')
-rw-r--r--example/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/config.json b/example/config.json
index 6483257..cec359c 100644
--- a/example/config.json
+++ b/example/config.json
@@ -1,3 +1,4 @@
1{ 1{
2 "galleryRoot": "out/" 2 "galleryRoot": "out/",
3 "initialTagDisplayLimit": 10,
3} 4}