Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #29 from ckeditor/t/ckeditor5-table/99
Browse files Browse the repository at this point in the history
Tests: Update widget schema definition in `BlockQuoteCommand` tests.
  • Loading branch information
scofalik authored Dec 20, 2018
2 parents f14e0cd + f593f58 commit 1571328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/blockquotecommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ describe( 'BlockQuoteCommand', () => {

model.schema.extend( 'widget', {
allowIn: '$root',
isLimit: true
isLimit: true,
isObject: true
} );
model.schema.extend( '$text', { allowIn: 'widget' } );

Expand Down

0 comments on commit 1571328

Please sign in to comment.