From 6183efedbc5a921cd3ef96cc56aab90f67e562d9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 19 Jan 2016 16:20:05 +0100 Subject: [PATCH] Fix: Remove "mime"-key in header We don't need this one, actually. --- doc/src/02000-store.md | 3 +-- 1 file changed, 1 insertion(+), 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}