aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 30e4637b0..2a3827782 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -118,7 +118,7 @@ export namespace Docs {
options: { nativeWidth: 600, curPage: 0 }
}],
[DocumentType.WEB, {
- layout: { view: WebBox },
+ layout: { view: WebBox, collectionView: [CollectionView, data, anno] as CollectionViewType },
options: { height: 300 }
}],
[DocumentType.COL, {