Files
onlyoffice.github.io/sdkjs-plugins/content/autocomplete/config.json
2022-07-28 00:23:35 +03:00

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"]
}
}
]
}