Преглед изворни кода

Docs: Upload images will work in all snippets.

Kamil Piechaczek пре 7 година
родитељ
комит
f8ba6a9fa9
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      packages/ckeditor5-highlight/docs/_snippets/features/highlight.js

+ 3 - 0
packages/ckeditor5-highlight/docs/_snippets/features/highlight.js

@@ -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'