|
|
.create( document.querySelector( '#editor' ), {
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
plugins: [ Enter, Typing, Paragraph, Undo, Heading, Bold, Italic ],
|
|
plugins: [ Enter, Typing, Paragraph, Undo, Heading, Bold, Italic ],
|
|
|
- items: [ 'headings', '|', 'bold', 'italic', 'undo', 'redo' ],
|
|
|
|
|
|
|
+ items: [ 'heading', '|', 'bold', 'italic', 'undo', 'redo' ],
|