8
0
Просмотр исходного кода

Docs: Upload images will work in all snippets.

Kamil Piechaczek 7 лет назад
Родитель
Сommit
069706fc2b

+ 3 - 0
packages/ckeditor5-font/docs/_snippets/features/custom-font-family-options.js

@@ -3,9 +3,12 @@
  * For licensing, see LICENSE.md.
  */
 
+import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
+
 /* globals ClassicEditor, console, window, document */
 ClassicEditor
 	.create( document.querySelector( '#snippet-custom-font-family-options' ), {
+		cloudServices: CS_CONFIG,
 		toolbar: {
 			items: [
 				'heading', '|', 'fontFamily', 'bulletedList', 'numberedList', 'undo', 'redo'