Add permissions.copy parameter to api config

This commit is contained in:
Julia Radzhabova 2020-07-13 14:23:43 +03:00
parent d5764f0b99
commit 82fbc204b4

View file

@ -48,7 +48,8 @@
comment: <can comment in view mode> // default = edit, comment: <can comment in view mode> // default = edit,
modifyFilter: <can add, remove and save filter in the spreadsheet> // default = true modifyFilter: <can add, remove and save filter in the spreadsheet> // default = true
modifyContentControl: <can modify content controls in documenteditor> // default = true modifyContentControl: <can modify content controls in documenteditor> // default = true
fillForms: <can edit forms in view mode> // default = edit || review fillForms: <can edit forms in view mode> // default = edit || review,
copy: <can copy data> // default = true
} }
}, },
editorConfig: { editorConfig: {