Skip to content

Commit

Permalink
Create canopy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett authored Apr 4, 2024
1 parent ddeafaf commit 9b6c97c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/canopy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"prod": {
"label": { "none": ["Abolition Now"] },
"collection": "https://raw.githubusercontent.com/markpbaggett/static_iiif/main/collections/abolition-now.json",
"featured": [
"https://raw.githubusercontent.com/markpbaggett/static_iiif/main/manifests/abolition_now/0028_abolitionwithbarbedwire.json"
],
"metadata": ["Subject", "Artist", "Slogans", "Visual Motif"]
},
"dev": {
"label": { "none": ["Abolition Now"] },
"collection": "https://raw.githubusercontent.com/markpbaggett/static_iiif/main/collections/abolition-now.json",
"metadata": ["Subject", "Artist", "Slogans", "Visual Motif"],
"featured": [
"https://raw.githubusercontent.com/markpbaggett/static_iiif/main/manifests/abolition_now/0028_abolitionwithbarbedwire.json"
]
}
}

0 comments on commit 9b6c97c

Please sign in to comment.