8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
3562e6785d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      packages/ckeditor5-table/src/tableproperties.js

+ 4 - 0
packages/ckeditor5-table/src/tableproperties.js

@@ -9,6 +9,10 @@
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
 import { downcastTableAttribute, upcastAttribute, upcastBorderStyles } from './tableproperties/utils';
+import { addBorderStylesProcessor } from '@ckeditor/ckeditor5-engine/src/view/styles/borderstyles';
+import Styles from '@ckeditor/ckeditor5-engine/src/view/styles';
+
+addBorderStylesProcessor( Styles.processor );
 
 /**
  * The table properties feature.