|
@@ -15,7 +15,7 @@ When creating an editor in your page, it is possible to set up {@link module:cor
|
|
|
```js
|
|
```js
|
|
|
ClassicEditor
|
|
ClassicEditor
|
|
|
.create( document.querySelector( '#editor' ), {
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
- toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
|
|
|
|
|
|
|
+ toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
|
|
|
heading: {
|
|
heading: {
|
|
|
options: [
|
|
options: [
|
|
|
{ modelElement: 'paragraph', title: 'Paragraph', class: 'ck-heading_paragraph' },
|
|
{ modelElement: 'paragraph', title: 'Paragraph', class: 'ck-heading_paragraph' },
|