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/817f992c3722b6bfd019fccd2d7b45a1 to your computer and use it in GitHub Desktop.
Save regisrob/817f992c3722b6bfd019fccd2d7b45a1 to your computer and use it in GitHub Desktop.
Mirador CW : config multi (manuscript groupings page)
{
"id": "mirador",
"layout": "1x1",
"saveSession": false,
"buildPath": "/data/mirador/",
"i18nPath": "locales/",
"workspaceType": "singleObject",
"openManifestsPage" : true,
"showAddFromURLBox": false,
"windowSettings": {
"displayLayout": true,
"canvasControls": {
"annotations" : {
"annotationLayer" : false
}
}
},
"windowObjects": [],
"mainMenuSettings": {
"show": false
},
"data": [
{
"manifestUri": "<MANIFEST_URI_1>"
},
{
"manifestUri": "<MANIFEST_URI_2>"
},
{
"manifestUri": "<MANIFEST_URI_3>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment