[WOPI] Add embedview action to discovery; For bug 56772
This commit is contained in:
parent
34574c079b
commit
92bb952875
|
@ -262,7 +262,7 @@ div {
|
|||
var config = {
|
||||
"width": "100%",
|
||||
"height": "100%",
|
||||
"type": "desktop",
|
||||
"type": queryParams.embed==="1" ? "embedded" : "desktop",
|
||||
"documentType": documentType,
|
||||
"token": token,
|
||||
"document": {
|
||||
|
|
Loading…
Reference in a new issue