aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2020-01-05 18:39:47 +0100
committerpacien2020-01-05 18:39:47 +0100
commitab2f076c5bf546f8aca9910b2b61a1b5a67361bc (patch)
treeeea286c0622cd0ea7fad60aa381fb2b6c02cfd36 /design-notes.md
parent85a55b5206a401b8726296bd47c307752e09d8b5 (diff)
downloadldgallery-ab2f076c5bf546f8aca9910b2b61a1b5a67361bc.tar.gz
compiler: distinguish item and resource paths
GitHub: closes #13
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/design-notes.md b/design-notes.md
index 809fd36..91764cc 100644
--- a/design-notes.md
+++ b/design-notes.md
@@ -149,11 +149,13 @@ Serialised item structure:
149 "_comment": "type-dependent", 149 "_comment": "type-dependent",
150 150
151 "properties": { 151 "properties": {
152 "type": "picture" 152 "type": "picture",
153 "resource": "[resource url]"
153 }, 154 },
154 155
155 "properties": { 156 "properties": {
156 "type": "video" 157 "type": "other",
158 "resource": "[resource url]"
157 }, 159 },
158 160
159 "properties": { 161 "properties": {