|
@@ -48,7 +48,7 @@ describe( 'ListEditing', () => {
|
|
|
|
|
|
|
|
model.schema.register( 'foo', {
|
|
model.schema.register( 'foo', {
|
|
|
allowWhere: '$block',
|
|
allowWhere: '$block',
|
|
|
- allowAttributes: [ 'indent', 'type' ],
|
|
|
|
|
|
|
+ allowAttributes: [ 'listIndent', 'listType' ],
|
|
|
isBlock: true,
|
|
isBlock: true,
|
|
|
isObject: true
|
|
isObject: true
|
|
|
} );
|
|
} );
|