@@ -4,8 +4,12 @@
*/
/* globals ClassicEditor, console, window, document */
+
+import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
ClassicEditor
.create( document.querySelector( '#snippet-highlight-custom-colors-inline' ), {
+ cloudServices: CS_CONFIG,
toolbar: {
items: [
'headings', '|', 'bulletedList', 'numberedList', 'highlightDropdown', 'undo', 'redo'
.create( document.querySelector( '#snippet-highlight-custom-colors-variables' ), {
.create( document.querySelector( '#snippet-highlight-custom-options' ), {
@@ -5,8 +5,11 @@
.create( document.querySelector( '#snippet-highlight-buttons' ), {
'headings', '|', 'highlight:yellowMarker', 'highlight:greenMarker', 'highlight:pinkMarker',
@@ -13,6 +13,7 @@
},
"devDependencies": {
"@ckeditor/ckeditor5-block-quote": "^1.0.0-alpha.2",
+ "@ckeditor/ckeditor5-cloudservices": "^1.0.0-alpha.1",
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.2",
"@ckeditor/ckeditor5-enter": "^1.0.0-alpha.2",
"@ckeditor/ckeditor5-heading": "^1.0.0-alpha.2",