Fix: Remove "mime"-key in header

We don't need this one, actually.
This commit is contained in:
Matthias Beyer 2016-01-19 16:20:05 +01:00
parent 9d9efa76ea
commit 6183efedbc

View file

@ -36,10 +36,9 @@ 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", "file" and "mime", whereas
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
- "mime" stores the MIME-Type of the local variant, if present.
#### Header section: "custom" {#sec:thestore:fileformat:header:custom}