Explorar o código

Add tableCell name to model conversion definition.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
5c50302cb9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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' ]
 			},