Przeglądaj źródła

Docs: Upload images will work in all snippets.

Kamil Piechaczek 7 lat temu
rodzic
commit
f8ba6a9fa9

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