Browse Source

ISLANDORA-2001 Adds JSON-LD MIME type to islandora_mime_mapping function.

pull/682/head
Marcus Barnes 7 years ago
parent
commit
ef58ff93c6
  1. 2
      includes/mimetype.utils.inc

2
includes/mimetype.utils.inc

@ -268,5 +268,7 @@ function islandora_mime_mapping() {
// Web Archives:
"warc" => "application/warc",
"json" => "application/json",
// JSON-LD
"jsonld" => "application/ld+json",
);
}

Loading…
Cancel
Save