"allowClose":false,// Configure if windows can be closed or not
"allowFullscreen":false,// Configure to show a "fullscreen" button in the WindowTopBar
"allowMaximize":true,// Configure if windows can be maximized or not
"allowTopMenuButton":true,// Configure if window view and thumbnail display menu are visible or not
"allowWindowSideBar":true,// Configure if side bar menu is visible or not
"authNewWindowCenter":'parent',// Configure how to center a new window created by the authentication flow. Options: parent, screen
"sideBarPanel":'info',// Configure which sidebar is selected by default. Options: info, attribution, canvas, annotations, search
"defaultSidebarPanelHeight":201,// Configure default sidebar height in pixels
"defaultSidebarPanelWidth":235,// Configure default sidebar width in pixels
"defaultView":'single',// Configure which viewing mode (e.g. single, book, gallery) for windows to be opened in
"forceDrawAnnotations":false,
"hideWindowTitle":false,// Configure if the window title is shown in the window title bar or not
"highlightAllAnnotations":false,// Configure whether to display annotations on the canvas by default
"showLocalePicker":false,// Configure locale picker for multi-lingual metadata
"sideBarOpen":false,// Configure if the sidebar (and its content panel) is open by default
"switchCanvasOnSearch":false,// Configure if Mirador should automatically switch to the canvas of the first search result
"panels":{// Configure which panels are visible in WindowSideBarButtons
"info":false,
"attribution":false,
"canvas":false,
"annotations":false,
"search":false,
"layers":false,
}
},
"windows":[
{
"loadedManifest":link,
//"canvasIndex": 3,
"thumbnailNavigationPosition":'far-right'
}
],
"workspace":{
"draggingEnabled":true,
"allowNewWindows":true,
"id":"my-panel",
"isWorkspaceAddVisible":false,// Catalog/Workspace add window feature visible by default
"exposeModeOn":false,// unused?
"height":5000,// height of the elastic mode's virtual canvas
"showZoomControls":true,// Configure if zoom controls should be displayed by default
"type":'mosaic',// Which workspace type to load by default. Other possible values are "elastic". If "mosaic" or "elastic" are not selected no worksapce type will be used.
"viewportPosition":{// center coordinates for the elastic mode workspace
"x":0,
"y":0,
},
"width":5000,// width of the elastic mode's virtual canvas
},
"workspaceControlPanel":{
"enabled":false,// Configure if the control panel should be rendered. Useful if you want to lock the viewer down to only the configured manifests