Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from ckeditor/t/ckeditor5/901
Browse files Browse the repository at this point in the history
Docs: Upload images will work on all snippets. See ckeditor/ckeditor5#901.
  • Loading branch information
Reinmar committed Mar 14, 2018
2 parents 43d9051 + 01ca457 commit fb9afe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_snippets/features/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

/* globals ClassicEditor, console, window, document */

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';

ClassicEditor
.create( document.querySelector( '#snippet-highlight' ), {
cloudServices: CS_CONFIG,
toolbar: {
items: [
'heading', '|', 'bulletedList', 'numberedList', 'highlight', 'undo', 'redo'
Expand Down

0 comments on commit fb9afe1

Please sign in to comment.