summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-19 16:20:05 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-19 17:34:52 +0100
commit6183efedbc5a921cd3ef96cc56aab90f67e562d9 (patch)
tree9007d6e65f9da81da6e11b47fae1f407df4219ee /doc
parent9d9efa76ea41cb970871c2a1565460d20606e8ef (diff)
Fix: Remove "mime"-key in header
We don't need this one, actually.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/02000-store.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/02000-store.md b/doc/src/02000-store.md
index 79b35409..d35cbb03 100644
--- a/doc/src/02000-store.md
+++ b/doc/src/02000-store.md
@@ -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}