From ad3422f43ea851ab4ded2f2f07225ead38d1e366 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 31 Dec 2019 10:49:41 +0100 Subject: design-notes: update examples --- design-notes.md | 9 ++++----- 1 file 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 ```yaml compiler: galleryName: My Little Gallery + ignoreFiles: .*\.txt # to ignore text files + implicitDirectoryTag: false # default thumbnailResolution: width: 400 # default @@ -147,14 +149,11 @@ Serialised item structure: "_comment": "type-dependent", "properties": { - "type": "image", - "filesize": 12345, - "resolution": { "width": 123, "height": 456 } + "type": "picture" }, "properties": { - "type": "video", - "filesize": 12345 + "type": "video" }, "properties": { -- cgit v1.2.3