File tree Expand file tree Collapse file tree
__tests__/integration/mirador/mirador-configs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,21 +10,24 @@ export default {
1010 } ,
1111 catalog : [
1212 { manifestId : 'https://files.tetras-libre.fr/dev/vertical_video_with_annot.json' } ,
13- { manifestId : 'https://files.tetras-libre.fr/dev/cats_video_with_annot.json' } ,
1413 { manifestId : 'https://files.tetras-libre.fr/dev/Heterogeneous-media-on-several-canvases.json' } ,
15- { manifestId : 'https://dzkimgs.l.u-tokyo.ac.jp/videos/cat2020/manifest.json' } ,
16- { manifestId : 'https://files.tetras-libre.fr/dev/vertical_video_with_annot.json' } ,
1714 { manifestId : 'https://files.tetras-libre.fr/dev/youtube.json' } ,
1815 { manifestId : 'https://files.tetras-libre.fr/dev/youtube_withannot.json' } ,
1916 { manifestId : 'https://files.tetras-libre.fr/dev/peertube.json' } ,
20- { manifestId : 'https://files.tetras-libre.fr/dev/cats_simplify_video_with_annot.json' } ,
21- { manifestId : 'https://files.tetras-libre.fr/dev/milansanremo25.json' } ,
22- { manifestId : 'https://files.tetras-libre.fr/dev/sun-400x400-with-svg-target.json' } ,
2317 ] ,
24- debug : true ,
18+ debug : false ,
2519 id : 'mirador' ,
2620 theme : {
2721 transitions : { } ,
2822 } ,
29- windows : [ { manifestId : 'https://files.tetras-libre.fr/dev/peertube.json' } ] ,
23+ window : {
24+ defaultSideBarPanel : 'annotations' ,
25+ sideBarOpenByDefault : true ,
26+ } ,
27+ windows : [ {
28+ canvasIndex : 0 ,
29+ loadedManifest : 'https://files.tetras-libre.fr/dev/vertical_video_with_annot.json' ,
30+ sideBarOpen : true ,
31+ view : 'single' ,
32+ } ] ,
3033} ;
You can’t perform that action at this time.
0 commit comments