Commit f2f6dded authored by Sergey Luzyanin's avatar Sergey Luzyanin

add clipart-plugin

parent 8bd98cc0
......@@ -611,7 +611,33 @@ function TEST_PLUGINS()
"buttons" : []
}
]
}
},
{
"name" : "clipart",
"guid" : "asc.{F5BACB61-64C5-4711-AC8A-D01EC3B2B6F1}",
"variations" : [
{
"description" : "clipart",
"url" : "clipart/index.html",
"icons" : ["clipart/icon.png", "clipart/icon@2x.png"],
"isViewer" : true,
"EditorsSupport" : ["word"],
"isVisual" : true,
"isModal" : false,
"isInsideMode" : false,
"initDataType" : "none",
"initData" : "",
"isUpdateOleOnResize" : false,
"buttons" : [ { "text": "Ok", "primary": true } ]
}
]
}
];
window.g_asc_plugins.loadExtensionPlugins(_plugins);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment