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

Commit

Permalink
Internal: Updated CS configs after uploadUrl default value has been r…
Browse files Browse the repository at this point in the history
…emoved. See ckeditor/ckeditor5-cloudservices#12.
  • Loading branch information
Reinmar committed Mar 7, 2018
1 parent 5f5b4a9 commit 37a920d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/_snippets/features/autoformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor';
import Code from '@ckeditor/ckeditor5-basic-styles/src/code';
import { TOKEN_URL } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';

ClassicEditor
.create( document.querySelector( '#snippet-autoformat' ), {
Expand All @@ -28,9 +28,7 @@ ClassicEditor
],
viewportTopOffset: 60
},
cloudServices: {
tokenUrl: TOKEN_URL
}
cloudServices: CS_CONFIG
} )
.then( editor => {
window.editorBasic = editor;
Expand Down

0 comments on commit 37a920d

Please sign in to comment.