Browse Source

Update schema util method used in tests.

Maciej Gołaszewski 7 năm trước cách đây
mục cha
commit
3e06fd7f20
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/ckeditor5-table/tests/_utils/utils.js

+ 2 - 1
packages/ckeditor5-table/tests/_utils/utils.js

@@ -163,7 +163,8 @@ export function defaultSchema( schema, registerParagraph = true ) {
 		allowWhere: '$block',
 		allowAttributes: [ 'headingRows', 'headingColumns' ],
 		isLimit: true,
-		isObject: true
+		isObject: true,
+		isBlock: true
 	} );
 
 	schema.register( 'tableRow', {