mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
"width": "100%",
|
|
"height": "100%",
|
|
"type": "<%- editor.type %>",
|
|
"documentType": "<%- editor.documentType %>",
|
|
"token": "<%- editor.token %>",
|
|
"document": {
|
|
"title": "<%- file.name %>",
|
|
"url": "<%- file.uri %>",
|
|
"fileType": "<%- file.ext %>",
|
|
"key": "<%- editor.key %>",
|
|
"info": {
|
|
"owner": "Me",
|
|
"uploaded": "<%- file.created %>",
|
|
"favorite": <%- file.favorite %>
|
|
},
|
|
"permissions": {
|
|
"comment": <%- editor.comment %>,
|
|
"download": true,
|
|
"edit": <%- editor.isEdit %>,
|
|
"fillForms": <%- editor.fillForms %>,
|
|
"modifyFilter": <%- editor.modifyFilter %>,
|
|
"modifyContentControl": <%- editor.modifyContentControl %>,
|
|
"review": <%- editor.review %>
|
|
}
|
|
},
|
|
"editorConfig": {
|
|
"actionLink": <%- editor.actionData %>,
|
|
"mode": "<%- editor.mode %>",
|
|
"lang": "<%- editor.lang %>",
|
|
"callbackUrl": "<%- editor.callbackUrl %>",
|
|
"user": {
|
|
"id": "<%- editor.userid %>",
|
|
"name": "<%- editor.name %>"
|
|
},
|
|
"embedded": {
|
|
"saveUrl": "<%- file.uriUser %>",
|
|
"embedUrl": "<%- file.uriUser %>",
|
|
"shareUrl": "<%- file.uriUser %>",
|
|
"toolbarDocked": "top"
|
|
},
|
|
"customization": {
|
|
"about": true,
|
|
"chat": true,
|
|
"comments": true,
|
|
"feedback": true,
|
|
"forcesave": false,
|
|
"goback": {
|
|
"url": "<%- editor.backUrl %>"
|
|
}
|
|
},
|
|
"fileChoiceUrl": "<%- editor.fileChoiceUrl %>",
|
|
"plugins": <%- editor.plugins %>
|
|
}
|