mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
Add permissions.copy parameter to api config
This commit is contained in:
@ -48,7 +48,8 @@
|
||||
comment: <can comment in view mode> // default = edit,
|
||||
modifyFilter: <can add, remove and save filter in the spreadsheet> // 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: {
|
||||
|
||||
Reference in New Issue
Block a user