Explorar el Código

Add tableCell name to model conversion definition.

Maciej Gołaszewski hace 6 años
padre
commit
5c50302cb9
Se han modificado 1 ficheros con 1 adiciones y 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' ]
 			},