|
@@ -13,7 +13,7 @@ ClassicEditor
|
|
|
.create( document.querySelector( '#editor' ), {
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
plugins: [ ArticlePluginSet, FontSize ],
|
|
plugins: [ ArticlePluginSet, FontSize ],
|
|
|
toolbar: [
|
|
toolbar: [
|
|
|
- 'headings', '|', 'fontSize', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
|
|
|
|
|
|
|
+ 'heading', '|', 'fontSize', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
|
|
|
],
|
|
],
|
|
|
fontSize: { options: [ 10, 12, 14, 'default', 18, 20, 22 ] }
|
|
fontSize: { options: [ 10, 12, 14, 'default', 18, 20, 22 ] }
|
|
|
} )
|
|
} )
|