소스 검색

Merge pull request #22 from ckeditor/t/ckeditor5/742

Internal: Aligned to the changes in the engine. See ckeditor/ckeditor5#742.
Piotrek Koszuliński 7 년 전
부모
커밋
01217b969a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-highlight/src/highlightediting.js

+ 1 - 1
packages/ckeditor5-highlight/src/highlightediting.js

@@ -109,7 +109,7 @@ function _buildDefinition( options ) {
 		definition.model.values.push( option.model );
 		definition.view[ option.model ] = {
 			name: 'mark',
-			class: option.class
+			classes: option.class
 		};
 	}