aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2019-12-31 10:49:41 +0100
committerpacien2019-12-31 10:49:41 +0100
commitad3422f43ea851ab4ded2f2f07225ead38d1e366 (patch)
tree81cd3bd8ea0e021dc59d94dec929ab830eb2371c /design-notes.md
parent6691b14cf4e867a9018f38c174fa98f1ada19f82 (diff)
downloadldgallery-ad3422f43ea851ab4ded2f2f07225ead38d1e366.tar.gz
design-notes: update examples
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md9
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
70compiler: 70compiler:
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": {