diff options
author | pacien | 2019-12-31 10:49:41 +0100 |
---|---|---|
committer | pacien | 2019-12-31 10:49:41 +0100 |
commit | ad3422f43ea851ab4ded2f2f07225ead38d1e366 (patch) | |
tree | 81cd3bd8ea0e021dc59d94dec929ab830eb2371c | |
parent | 6691b14cf4e867a9018f38c174fa98f1ada19f82 (diff) | |
download | ldgallery-ad3422f43ea851ab4ded2f2f07225ead38d1e366.tar.gz |
design-notes: update examples
-rw-r--r-- | design-notes.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/design-notes.md b/design-notes.md index 02bd253..a268aae 100644 --- a/design-notes.md +++ b/design-notes.md | |||
@@ -69,6 +69,8 @@ Proposed configuration file, named `gallery.yaml` at the root of the source dire | |||
69 | ```yaml | 69 | ```yaml |
70 | compiler: | 70 | compiler: |
71 | galleryName: My Little Gallery | 71 | galleryName: My Little Gallery |
72 | ignoreFiles: .*\.txt # to ignore text files | ||
73 | implicitDirectoryTag: false # default | ||
72 | 74 | ||
73 | thumbnailResolution: | 75 | thumbnailResolution: |
74 | width: 400 # default | 76 | width: 400 # default |
@@ -147,14 +149,11 @@ Serialised item structure: | |||
147 | "_comment": "type-dependent", | 149 | "_comment": "type-dependent", |
148 | 150 | ||
149 | "properties": { | 151 | "properties": { |
150 | "type": "image", | 152 | "type": "picture" |
151 | "filesize": 12345, | ||
152 | "resolution": { "width": 123, "height": 456 } | ||
153 | }, | 153 | }, |
154 | 154 | ||
155 | "properties": { | 155 | "properties": { |
156 | "type": "video", | 156 | "type": "video" |
157 | "filesize": 12345 | ||
158 | }, | 157 | }, |
159 | 158 | ||
160 | "properties": { | 159 | "properties": { |