mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[WOPI] Add embedview action to discovery; For bug 56772
This commit is contained in:
@ -262,7 +262,7 @@ div {
|
||||
var config = {
|
||||
"width": "100%",
|
||||
"height": "100%",
|
||||
"type": "desktop",
|
||||
"type": queryParams.embed==="1" ? "embedded" : "desktop",
|
||||
"documentType": documentType,
|
||||
"token": token,
|
||||
"document": {
|
||||
|
||||
Reference in New Issue
Block a user