Update api.js
This commit is contained in:
parent
7d8b951852
commit
e6af089bda
|
@ -37,10 +37,12 @@
|
||||||
},
|
},
|
||||||
permissions: {
|
permissions: {
|
||||||
edit: <can edit>, // default = true
|
edit: <can edit>, // default = true
|
||||||
download: <can download>,
|
download: <can download>, // default = true
|
||||||
reader: <can view in readable mode>
|
reader: <can view in readable mode>,
|
||||||
review: <can review> // default = edit,
|
review: <can review>, // default = edit
|
||||||
print: <can print> // default = true
|
print: <can print>, // default = true
|
||||||
|
rename: <can rename>, // default = false
|
||||||
|
changeHistory: <can change history>, // default = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
editorConfig: {
|
editorConfig: {
|
||||||
|
|
Loading…
Reference in a new issue