forked from ONLYOFFICE/sdkjs-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
23 lines (22 loc) · 792 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "searchAndReplaceOnStart",
"guid" : "asc.{C820F3CC-1248-4CA2-8D0F-D7EFD44DE09C}",
"baseUrl" : "",
"variations" : [
{
"description" : "searchAndReplaceOnStart",
"url" : "index.html",
"icons" : ["resources/img/icon.png", "resources/img/[email protected]"],
"isViewer" : true,
"EditorsSupport" : [ "word" ],
"isSystem" : true,
"isVisual" : false,
"isModal" : false,
"isInsideMode" : false,
"initDataType" : "none",
"initData" : "",
"buttons" : [],
"events" : ["onDocumentContentReady"]
}
]
}