瀏覽代碼

Docs: Upload images will work in all snippets.

Kamil Piechaczek 7 年之前
父節點
當前提交
069706fc2b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/ckeditor5-font/docs/_snippets/features/custom-font-family-options.js

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

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