Add permissions.copy parameter to api config
This commit is contained in:
parent
d5764f0b99
commit
82fbc204b4
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue