Skip to content

Commit

Permalink
added manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidschober committed Aug 4, 2023
1 parent cdb6c4d commit 0a1ba0b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/canopy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"prod": {
"label": { "none": ["Collection Title"] },
"summary": {
"none": ["This is a test of canopy"]
},
"collection": "https://example.org/iiif/collection.json",
"featured": [
"https://example.org/manifest-1.json",
"https://example.org/manifest-2.json"
],
"metadata": ["Date", "Subject"]
},
"dev": {
"label": { "none": ["Collection Title"] },
"summary": {
"none": ["Brief description of the site and its contents."]
},
"collection": "https://example.org/iiif/collection.json",
"featured": [
"https://example.org/manifest-1.json",
"https://example.org/manifest-2.json"
],
"metadata": ["Date", "Subject"]
}
}
1 change: 1 addition & 0 deletions iiif_manifest/wwiihospital.json

Large diffs are not rendered by default.

0 comments on commit 0a1ba0b

Please sign in to comment.