aboutsummaryrefslogtreecommitdiff
path: root/example/config.json
diff options
context:
space:
mode:
authorpacien2020-09-25 09:22:44 +0200
committerpacien2020-09-25 09:22:44 +0200
commit25a9af7212d757a53258990668620157c8ebe2e5 (patch)
tree4a51a6201b2e4c55056b0321d04cb4bd7d678935 /example/config.json
parentc108a99e128c02d20930775222f6118a460f80b1 (diff)
downloadldgallery-25a9af7212d757a53258990668620157c8ebe2e5.tar.gz
viewer/services/itemComparators: set default item sort order to date_asc
It's the most reasonable default that doesn't break the order of sequence of photos.
Diffstat (limited to 'example/config.json')
-rw-r--r--example/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/config.json b/example/config.json
index cd08b25..2454113 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 "initialItemSort": "date_desc", 4 "initialItemSort": "date_asc",
5 "initialTagDisplayLimit": 10 5 "initialTagDisplayLimit": 10
6} 6}