Browse Source

Merge pull request #682 from MarcusBarnes/7.x-ISLANDORA-2001

ISLANDORA-2001 Adds JSON-LD MIME type to islandora_mime_mapping function.
pull/636/merge
Mark Jordan 7 years ago committed by GitHub
parent
commit
0e80b2ba17
  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