Skip to content

Commit 0671674

Browse files
committed
Improve demo content
1 parent 82a1414 commit 0671674

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

  • __tests__/integration/mirador/mirador-configs

__tests__/integration/mirador/mirador-configs/index.js

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)