Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active September 21, 2016 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regisrob/c1038f3b771e36e8297c6e4c9993974b to your computer and use it in GitHub Desktop.
Save regisrob/c1038f3b771e36e8297c6e4c9993974b to your computer and use it in GitHub Desktop.
Mirador CW : config canvas (illumination page)
{
"id": "mirador",
"layout": "1x1",
"saveSession": false,
"buildPath": "/data/mirador/",
"i18nPath": "locales/",
"workspaceType": "singleObject",
"showAddFromURLBox": false,
"windowObjects": [
{
"sidePanel": false,
"loadedManifest": "<MANIFEST_URI>",
"canvasID": "<CANVAS_URI>",
"viewType": "ImageView",
"displayLayout": false,
"canvasControls": {
"annotations" : {
"annotationLayer" : false
}
}
}
],
"mainMenuSettings": {
"show": false
},
"data": [
{
"manifestUri": "<MANIFEST_URI>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment