aboutsummaryrefslogtreecommitdiff
path: root/example/config.json
diff options
context:
space:
mode:
authorpacien2020-09-25 16:01:49 +0200
committerpacien2020-09-25 16:01:49 +0200
commite93f7b1eb84c083d67567115284c0002a3a7d5fc (patch)
tree8d373e8f7f571485e1330928f43b090ed004c525 /example/config.json
parent8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (diff)
parentfd542f75a1d94ee5f804d0925823276b97f38581 (diff)
downloadldgallery-e93f7b1eb84c083d67567115284c0002a3a7d5fc.tar.gz
Merge branch 'develop' for release v2.0v2.0
Diffstat (limited to 'example/config.json')
-rw-r--r--example/config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/config.json b/example/config.json
index 6483257..2454113 100644
--- a/example/config.json
+++ b/example/config.json
@@ -1,3 +1,6 @@
1{ 1{
2 "galleryRoot": "out/" 2 "galleryRoot": "out/",
3 "galleryIndex": "index.json",
4 "initialItemSort": "date_asc",
5 "initialTagDisplayLimit": 10
3} 6}