Browse Source

Add isInline=true to placeholder's schema definition in manual test.

Maciej Gołaszewski 7 years ago
parent
commit
2ccc9c654b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-widget/tests/manual/inline-widget.js

+ 1 - 0
packages/ckeditor5-widget/tests/manual/inline-widget.js

@@ -28,6 +28,7 @@ class InlineWidget extends Plugin {
 		editor.model.schema.register( 'placeholder', {
 		editor.model.schema.register( 'placeholder', {
 			allowWhere: '$text',
 			allowWhere: '$text',
 			isObject: true,
 			isObject: true,
+			isInline: true,
 			allowAttributes: [ 'type' ]
 			allowAttributes: [ 'type' ]
 		} );
 		} );