[WOPI] Add embedview action to discovery; For bug 56772

This commit is contained in:
Sergey Konovalov 2022-04-21 18:30:42 +03:00
parent 34574c079b
commit 92bb952875
No known key found for this signature in database
GPG key ID: 9BC70BEFF12CC5AE

View file

@ -262,7 +262,7 @@ div {
var config = { var config = {
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
"type": "desktop", "type": queryParams.embed==="1" ? "embedded" : "desktop",
"documentType": documentType, "documentType": documentType,
"token": token, "token": token,
"document": { "document": {