diff options
author | pacien | 2020-02-27 21:05:51 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 21:36:39 +0100 |
commit | c7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25 (patch) | |
tree | 6c524899070301a13c7ce03bc6640d9c266bed71 /example/src/gallery.yaml | |
parent | 8f041b9f13b4c043acc7720aa4c082583b52ffe1 (diff) | |
download | ldgallery-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.yaml | 4 |
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 | ||
8 | includedFiles: | 8 | includedFiles: |
9 | - "*.jpg" | 9 | - '*.jpg' |
10 | 10 | ||
11 | #excludedFiles: | 11 | #excludedFiles: |
12 | # - "*.md" | 12 | # - "*.md" |
13 | 13 | ||
14 | tagsFromDirectories: | 14 | tagsFromDirectories: |
15 | fromParents: 0 # default | 15 | fromParents: 0 # default |
16 | prefix: "" # default | 16 | prefix: '' # default |
17 | 17 | ||
18 | thumbnailMaxResolution: | 18 | thumbnailMaxResolution: |
19 | width: 400 # default | 19 | width: 400 # default |