Parcourir la source

Add tableCell name to model conversion definition.

Maciej Gołaszewski il y a 6 ans
Parent
commit
5c50302cb9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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' ]
 			},