[wopi] Pass WOPISrc param via options

This commit is contained in:
Sergey Konovalov
2023-12-11 18:51:01 +03:00
parent c4638c11a7
commit 230293c585

View File

@ -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": {