diff options
Diffstat (limited to 'design-notes.md')
-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": { |