aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorZero~Informatique2020-09-12 22:33:37 +0200
committerG.Fouet2020-09-12 23:19:44 +0200
commitb909ec093591b50950c0de54b2005d471ca28116 (patch)
tree6fe72175022d4e39a44e9270865f611d2e819b05 /example
parent96ed5e6583a7f03d4ea7fa0512e66fffb656cc6e (diff)
downloadldgallery-b909ec093591b50950c0de54b2005d471ca28116.tar.gz
viewer: make default sort order configurable. code review improvements
github: resolves #239
Diffstat (limited to 'example')
-rw-r--r--example/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/config.json b/example/config.json
index 892682f..cd08b25 100644
--- a/example/config.json
+++ b/example/config.json
@@ -1,6 +1,6 @@
1{ 1{
2 "galleryRoot": "out/", 2 "galleryRoot": "out/",
3 "galleryIndex": "index.json", 3 "galleryIndex": "index.json",
4 "initialSort": "date_desc", 4 "initialItemSort": "date_desc",
5 "initialTagDisplayLimit": 10 5 "initialTagDisplayLimit": 10
6} 6}