summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-19 17:27:23 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-19 17:34:52 +0100
commite44e413b0842507ea8de0c9fd1e8399bee0e4e29 (patch)
tree02a893eb63f716c28e6b42bcb25c3d7e52b4c15d /doc
parent6183efedbc5a921cd3ef96cc56aab90f67e562d9 (diff)
Clear the "imag.content" key definition.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/02000-store.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/02000-store.md b/doc/src/02000-store.md
index d35cbb03..6d09db0c 100644
--- a/doc/src/02000-store.md
+++ b/doc/src/02000-store.md
@@ -35,10 +35,11 @@ The "imag" section MAY contain
1. A section "imag.links" where a module is allowed to store URIs in a flat
list
-1. A section "imag.content", used for refering to external content.
- Valid keys in this section are "uri" and "file", whereas
- - "uri" refers to the external content
- - "file" refers to a local variant, this is optional
+1. A section "imag.content", used for referring to external content.
+ The key "uri" is the only one which is required, it refers to external
+ content.
+ An explicitely suggested key is "file" for referring to a _local Mirror_ of
+ the content.
#### Header section: "custom" {#sec:thestore:fileformat:header:custom}