Commit a04a34f2 authored by Julia Radzhabova's avatar Julia Radzhabova

[PE] Check editors support when loading plugins.

parent aa079728
......@@ -1494,7 +1494,7 @@ define([
variations.forEach(function(itemVar){
var isSupported = false;
for (var i=0; i<itemVar.EditorsSupport.length; i++){
if (itemVar.EditorsSupport[i]=='word') {
if (itemVar.EditorsSupport[i]=='slide') {
isSupported = true; break;
}
}
......
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