aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
diff options
context:
space:
mode:
authorpacien2020-02-27 21:05:51 +0100
committerNotkea2020-02-27 21:36:39 +0100
commitc7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25 (patch)
tree6c524899070301a13c7ce03bc6640d9c266bed71 /example/src/gallery.yaml
parent8f041b9f13b4c043acc7720aa4c082583b52ffe1 (diff)
downloadldgallery-c7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25.tar.gz
viewer: use colon as tag separator instead of dot
For consistency with the query language and allowing the use of the very common dot in tags. This also introduces a migration script. GitHub: closes #164
Diffstat (limited to 'example/src/gallery.yaml')
-rw-r--r--example/src/gallery.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml
index d2f90aa..c4a5077 100644
--- a/example/src/gallery.yaml
+++ b/example/src/gallery.yaml
@@ -6,14 +6,14 @@
6#excludedDirectories: [] 6#excludedDirectories: []
7 7
8includedFiles: 8includedFiles:
9 - "*.jpg" 9 - '*.jpg'
10 10
11#excludedFiles: 11#excludedFiles:
12# - "*.md" 12# - "*.md"
13 13
14tagsFromDirectories: 14tagsFromDirectories:
15 fromParents: 0 # default 15 fromParents: 0 # default
16 prefix: "" # default 16 prefix: '' # default
17 17
18thumbnailMaxResolution: 18thumbnailMaxResolution:
19 width: 400 # default 19 width: 400 # default