DmitrMakeev commited on
Commit
ac984f3
·
verified ·
1 Parent(s): 4c9a5b0

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. js/rus/rus.js +1 -1
js/rus/rus.js CHANGED
@@ -66,7 +66,7 @@ editor.I18n.addMessages({
66
  editor.I18n.setLocale('ru');
67
 
68
  // Удаление ненужных блоков
69
- const unwantedBlocks = ['video', 'link'];
70
  unwantedBlocks.forEach(blockId => {
71
  editor.BlockManager.remove(blockId);
72
  });
 
66
  editor.I18n.setLocale('ru');
67
 
68
  // Удаление ненужных блоков
69
+ const unwantedBlocks = ['row', 'link', 'blogs'];
70
  unwantedBlocks.forEach(blockId => {
71
  editor.BlockManager.remove(blockId);
72
  });