aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorZero~Informatique2020-09-12 06:34:58 +0200
committerG.Fouet2020-09-12 23:19:44 +0200
commit96ed5e6583a7f03d4ea7fa0512e66fffb656cc6e (patch)
tree7df81984c78d616bff317be25f99c7c2d02286c8 /example
parent7a8eba922ad34182628f80cf2496d8654abe91e6 (diff)
downloadldgallery-96ed5e6583a7f03d4ea7fa0512e66fffb656cc6e.tar.gz
viewer: make default sort order configurable
github: resolves #239
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 06efcbf..892682f 100644
--- a/example/config.json
+++ b/example/config.json
@@ -1,5 +1,6 @@
1{ 1{
2 "galleryRoot": "out/", 2 "galleryRoot": "out/",
3 "galleryIndex": "index.json", 3 "galleryIndex": "index.json",
4 "initialSort": "date_desc",
4 "initialTagDisplayLimit": 10 5 "initialTagDisplayLimit": 10
5} 6}