aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
diff options
context:
space:
mode:
authorpacien2020-05-20 04:00:31 +0200
committerNotkea2020-05-22 01:02:18 +0200
commit9f07fa37b8c7772308ef49538803acdb1ce1ab81 (patch)
tree7d4f48f4251d900cf3373662722db166c0103c03 /example/src/gallery.yaml
parent9adf35eef92ee0842a080a6462ba13d4a17eb5e3 (diff)
downloadldgallery-9f07fa37b8c7772308ef49538803acdb1ce1ab81.tar.gz
example: add text, pdf, audio and video examples
Diffstat (limited to 'example/src/gallery.yaml')
-rw-r--r--example/src/gallery.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml
index b569910..fc91313 100644
--- a/example/src/gallery.yaml
+++ b/example/src/gallery.yaml
@@ -7,6 +7,10 @@
7 7
8includedFiles: 8includedFiles:
9 - '*.jpg' 9 - '*.jpg'
10 - '*.txt'
11 - '*.pdf'
12 - '*.ogg'
13 - '*.mp4'
10 14
11#excludedFiles: 15#excludedFiles:
12# - "*.md" 16# - "*.md"