diff options
author | pacien | 2019-12-31 01:39:23 +0100 |
---|---|---|
committer | pacien | 2019-12-31 01:39:23 +0100 |
commit | 7ef9f09c0f3be1cd5e1f38c9abc845abc9ed3639 (patch) | |
tree | b727b960c95feae01f52274013c1ad2ccb01c4d5 /example | |
parent | 856d6ea290f6050e813e9cd5634b9e9960995671 (diff) | |
download | ldgallery-7ef9f09c0f3be1cd5e1f38c9abc845abc9ed3639.tar.gz |
compiler: add option to add implicit directory tags
GitHub: closes #7
Diffstat (limited to 'example')
-rw-r--r-- | example/gallery.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml index 85b1edd..3fd2265 100644 --- a/example/gallery.yaml +++ b/example/gallery.yaml | |||
@@ -1,6 +1,8 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | 2 | galleryName: Example gallery |
3 | 3 | ||
4 | #implicitDirectoryTag: false # default | ||
5 | |||
4 | #thumbnailResolution: | 6 | #thumbnailResolution: |
5 | # width: 400 # default | 7 | # width: 400 # default |
6 | # height: 400 # default | 8 | # height: 400 # default |