Add per-document control over who can see viewer insights (#5594)

This commit is contained in:
Tom Moor
2023-07-23 12:01:36 -04:00
committed by GitHub
parent caf7333682
commit 479b805613
14 changed files with 192 additions and 73 deletions

View File

@@ -196,6 +196,9 @@ class Document extends ParanoidModel {
@Column
fullWidth: boolean;
@Column
insightsEnabled: boolean;
@SimpleLength({
max: 255,
msg: `editorVersion must be 255 characters or less`,