Skip to content

Commit

Permalink
Merge pull request Islandora#682 from MarcusBarnes/7.x-ISLANDORA-2001
Browse files Browse the repository at this point in the history
ISLANDORA-2001 Adds JSON-LD MIME type to islandora_mime_mapping function.
  • Loading branch information
mjordan authored Jun 16, 2017
2 parents a41c417 + ef58ff9 commit 0e80b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/mimetype.utils.inc
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,7 @@ function islandora_mime_mapping() {
// Web Archives:
"warc" => "application/warc",
"json" => "application/json",
// JSON-LD
"jsonld" => "application/ld+json",
);
}

0 comments on commit 0e80b2b

Please sign in to comment.