diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-22 19:48:35 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-04-23 07:46:00 +0000 |
commit | 2c4538f0ff0a03e1d9cf24a4c016332cff3e16d8 (patch) | |
tree | 61c8f7e168cebf612d26ae7eaaf4203a3065961c /data | |
parent | a2790eeefa4098271ca10c2d774d70ca22cd2ba4 (diff) |
Add application/vnd.oasis.opendocument.text-master-template
https://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-master-template
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 3c0e162..810a566 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -1338,6 +1338,21 @@ command to generate the output files. </magic> <glob pattern="*.odm"/> </mime-type> + <mime-type type="application/vnd.oasis.opendocument.text-master-template"> + <comment>ODM template</comment> + <acronym>ODM</acronym> + <expanded-acronym>OpenDocument Master</expanded-acronym> + <sub-class-of type="application/zip"/> + <generic-icon name="x-office-document"/> + <magic priority="80"> + <match type="string" value="PK\003\004" offset="0"> + <match type="string" value="mimetype" offset="30"> + <match type="string" value="application/vnd.oasis.opendocument.text-master-template" offset="38"/> + </match> + </match> + </magic> + <glob pattern="*.otm"/> + </mime-type> <mime-type type="application/vnd.oasis.opendocument.graphics"> <comment>ODG drawing</comment> <acronym>ODG</acronym> |