|
|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
/* globals ClassicEditor, console, window, document */
|
|
|
|
|
|
-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-custom-text-alignment-options' ), {
|
|
|
@@ -18,9 +18,7 @@ ClassicEditor
|
|
|
alignment: {
|
|
|
options: [ 'left', 'right' ]
|
|
|
},
|
|
|
- cloudServices: {
|
|
|
- tokenUrl: TOKEN_URL
|
|
|
- }
|
|
|
+ cloudServices: CS_CONFIG
|
|
|
} )
|
|
|
.then( editor => {
|
|
|
window.editor = editor;
|