Skip to content

Commit

Permalink
Merge pull request #17320 from ckeditor/ck/bookmark/postfix
Browse files Browse the repository at this point in the history
Docs: bookmark docs fixes.
  • Loading branch information
godai78 authored Oct 24, 2024
2 parents fc84520 + 0f16172 commit b5331a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/ckeditor5-bookmark/docs/features/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import { ClassicEditor, Bookmark } from 'ckeditor5';

ClassicEditor
.create( document.querySelector( '#editor' ), {
licenseKey: '<YOUR_LICENSE_KEY>', // Or 'GPL'.
plugins: [ Bookmark, /* ... */ ],
toolbar: [ 'bookmark', /* ... */ ]
} )
Expand Down Expand Up @@ -77,9 +78,7 @@ You can disable the automatic conversion by setting the {@link module:bookmark/b
```js
ClassicEditor
.create( document.querySelector( '#editor' ), {
licenseKey: '<YOUR_LICENSE_KEY>', // Or 'GPL'.
plugins: [ Bookmark, /* ... */ ],
toolbar: [ 'bookmark', /* ... */ ],
// ... Other configuration options ...
bookmark: {
enableNonEmptyAnchorConversion: false
}
Expand Down
2 changes: 2 additions & 0 deletions scripts/vale/styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ draggable
embeddable
Embedly
ESLint
exportPdf
[Ff]ocusable
formatter
Gantt
Expand All @@ -68,6 +69,7 @@ Kulykov
Laravel
Lesha
Libre
licenseKey
localizable
Lodash
lorem
Expand Down

0 comments on commit b5331a8

Please sign in to comment.