Commit 1c84c992 authored by Pierre-Yves Buard's avatar Pierre-Yves Buard
Browse files

Activation par défaut de l'ajout de manifests

parent a329aa61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ function openInMirador(link,canvasId,canvasIndex) {
	    "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
	    "enabled": true, // Configure if the control panel should be rendered.  Useful if you want to lock the viewer down to only the configured manifests
	},
    });
}