diff options
author | pacien | 2020-01-05 18:39:47 +0100 |
---|---|---|
committer | pacien | 2020-01-05 18:39:47 +0100 |
commit | ab2f076c5bf546f8aca9910b2b61a1b5a67361bc (patch) | |
tree | eea286c0622cd0ea7fad60aa381fb2b6c02cfd36 /design-notes.md | |
parent | 85a55b5206a401b8726296bd47c307752e09d8b5 (diff) | |
download | ldgallery-ab2f076c5bf546f8aca9910b2b61a1b5a67361bc.tar.gz |
compiler: distinguish item and resource paths
GitHub: closes #13
Diffstat (limited to 'design-notes.md')
-rw-r--r-- | design-notes.md | 6 |
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": { |