Add per-document control over who can see viewer insights (#5594)
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user