Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active September 21, 2016 11:55
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/33976f5648d1828f04ac29454d299519 to your computer and use it in GitHub Desktop.
Save regisrob/33976f5648d1828f04ac29454d299519 to your computer and use it in GitHub Desktop.
Mirador CW : config simple (manuscript page)
{
"id": "mirador",
"layout": "1x1",
"saveSession": false,
"buildPath": "/data/mirador/",
"i18nPath": "locales/",
"workspaceType": "singleObject",
"showAddFromURLBox": false,
"windowObjects": [
{
"sidePanel": false,
"loadedManifest": "<MANIFEST_URI>",
"viewType": "ThumbnailsView",
"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