Jelajahi Sumber

Add tableCell name to model conversion definition.

Maciej Gołaszewski 6 tahun lalu
induk
melakukan
5c50302cb9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      packages/ckeditor5-table/src/tablecellproperties.js

+ 1 - 0
packages/ckeditor5-table/src/tablecellproperties.js

@@ -80,6 +80,7 @@ export default class TableCellProperties extends Plugin {
 
 		conversion.attributeToAttribute( {
 			model: {
+				name: 'tableCell',
 				key: 'horizontalAlignment',
 				values: [ 'left', 'right', 'center', 'justify' ]
 			},