aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2019-12-22 04:41:43 +0100
committerpacien2019-12-22 04:41:43 +0100
commit65465dd7d76b5729b62e39711004529e8d444241 (patch)
treeb679e2d8d35dc62729ae9808fc591e70a53f3ec0 /design-notes.md
parente34be1261d9219e5b2b92ebe271f609f11d55f63 (diff)
downloadldgallery-65465dd7d76b5729b62e39711004529e8d444241.tar.gz
make thumbnail field nullable
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-notes.md b/design-notes.md
index bd8ca60..eabd50e 100644
--- a/design-notes.md
+++ b/design-notes.md
@@ -132,7 +132,7 @@ Serialised item structure:
132 ], 132 ],
133 133
134 "path": "[resource path]", 134 "path": "[resource path]",
135 "thumbnail": { "path": "[resource path]" }, 135 "thumbnail": "[resource path | null]"},
136 136
137 137
138 "_comment": "type-dependent", 138 "_comment": "type-dependent",