Commit e6af089b authored by Julia Radzhabova's avatar Julia Radzhabova

Update api.js

parent 7d8b9518
...@@ -37,10 +37,12 @@ ...@@ -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: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment