mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name" : "AutoComplete",
|
|
"guid" : "asc.{A103601F-FDA0-418A-BC37-A514031894C0}",
|
|
"version" : "1.0.0",
|
|
|
|
"variations" : [
|
|
{
|
|
"description" : "AutoComplete",
|
|
"url" : "index.html",
|
|
|
|
"icons" : ["resources/img/icon.png", "resources/img/icon@2x.png"],
|
|
"screens" : ["resources/store/screen_1.png"],
|
|
"isViewer" : false,
|
|
"EditorsSupport" : ["word", "slide", "cell"],
|
|
|
|
"isVisual" : false,
|
|
"isModal" : false,
|
|
"isInsideMode" : false,
|
|
"isSystem" : true,
|
|
|
|
"initDataType" : "none",
|
|
"initData" : "",
|
|
|
|
"isUpdateOleOnResize" : false,
|
|
|
|
"buttons" : [ ],
|
|
|
|
"events" : [
|
|
"onInputHelperClear",
|
|
"onInputHelperInput"
|
|
],
|
|
"store": {
|
|
"background": {
|
|
"light" : "#F5F5F5",
|
|
"dark" : "#555555"
|
|
},
|
|
"icons": ["resources/img/icon.png", "resources/img/icon@2x.png"],
|
|
"screenshots" : ["resources/store/screen_1.png"]
|
|
}
|
|
}
|
|
]
|
|
} |