mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[wopi] Pass WOPISrc param via options
This commit is contained in:
@ -285,6 +285,9 @@ div {
|
||||
"review": (fileInfo.SupportsReviewing===false) ? false : (fileInfo.UserCanReview===false ? false : fileInfo.UserCanReview),
|
||||
"copy": fileInfo.CopyPasteRestrictions!=="CurrentDocumentOnly" && fileInfo.CopyPasteRestrictions!=="BlockAll",
|
||||
"print": !fileInfo.DisablePrint && !fileInfo.HidePrintOption
|
||||
},
|
||||
"options": {
|
||||
"WOPISrc": userAuth.wopiSrc
|
||||
}
|
||||
},
|
||||
"editorConfig": {
|
||||
|
||||
Reference in New Issue
Block a user