|
|
@@ -3,16 +3,13 @@
|
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
|
*/
|
|
|
|
|
|
-/* globals console, window, document */
|
|
|
-
|
|
|
-/* config { "language": "de" } */
|
|
|
-
|
|
|
-import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor';
|
|
|
+/* globals ClassicEditor, console, window, document */
|
|
|
|
|
|
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';
|
|
|
|
|
|
ClassicEditor
|
|
|
.create( document.querySelector( '#snippet-ui-language' ), {
|
|
|
+ language: 'es',
|
|
|
cloudServices: CS_CONFIG,
|
|
|
toolbar: {
|
|
|
viewportTopOffset: window.getViewportTopOffsetConfig()
|