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