diff options
author | Zero~Informatique | 2020-09-12 06:34:58 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-12 23:19:44 +0200 |
commit | 96ed5e6583a7f03d4ea7fa0512e66fffb656cc6e (patch) | |
tree | 7df81984c78d616bff317be25f99c7c2d02286c8 /example/config.json | |
parent | 7a8eba922ad34182628f80cf2496d8654abe91e6 (diff) | |
download | ldgallery-96ed5e6583a7f03d4ea7fa0512e66fffb656cc6e.tar.gz |
viewer: make default sort order configurable
github: resolves #239
Diffstat (limited to 'example/config.json')
-rw-r--r-- | example/config.json | 1 |
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 | } |