[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 = {
|
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": {
|
||||||
|
|
Loading…
Reference in a new issue