[BREAKING CHANGE] change the default document type to doc
This commit is contained in:
@@ -14,7 +14,7 @@ context('/demos/Nodes/Document', () => {
|
||||
const json = editor.getJSON()
|
||||
|
||||
expect(json).to.deep.equal({
|
||||
type: 'document',
|
||||
type: 'doc',
|
||||
content: [
|
||||
{
|
||||
type: 'paragraph',
|
||||
|
||||
Reference in New Issue
Block a user