aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpacien2019-12-28 19:04:54 +0100
committerpacien2019-12-28 19:04:54 +0100
commit538996dc84b03eab1429ddd693334673b857c005 (patch)
tree65b8c0e31895b6a96d559e73a038ebcf6395dbf6 /example
parentc002224309f0149e7ef03b3037d1549f770f2f09 (diff)
downloadldgallery-538996dc84b03eab1429ddd693334673b857c005.tar.gz
compiler: parameterise gallery name
Diffstat (limited to 'example')
-rw-r--r--example/gallery.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml
index 0a16e59..85b1edd 100644
--- a/example/gallery.yaml
+++ b/example/gallery.yaml
@@ -1,6 +1,13 @@
1compiler: 1compiler:
2 galleryName: Example gallery
3
4 #thumbnailResolution:
5 # width: 400 # default
6 # height: 400 # default
7
2 pictureMaxResolution: 8 pictureMaxResolution:
3 width: 1024 9 width: 1024
4 height: 768 10 height: 768
5 11
12
6viewer: {} 13viewer: {}