Clear the "imag.content" key definition.

This commit is contained in:
Matthias Beyer 2016-01-19 17:27:23 +01:00
parent 6183efedbc
commit e44e413b08

View file

@ -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}