We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c984e commit fb8ea93Copy full SHA for fb8ea93
packages/neos-ui-ckeditor5-bindings/src/ckEditorApi.js
@@ -3,6 +3,7 @@ import DecoupledEditor from '@ckeditor/ckeditor5-editor-decoupled/src/decouplede
3
import {actions} from '@neos-project/neos-ui-redux-store';
4
import {cleanupContentBeforeCommit} from './cleanupContentBeforeCommit'
5
// FIXME import from @ckeditor/ckeditor5-engine/theme/placeholder.css instead! (Needs build setup configuration)
6
+import './cke-overwrites.vanilla-css';
7
import './placeholder.vanilla-css';
8
9
let currentEditor = null;
packages/neos-ui-ckeditor5-bindings/src/cke-overwrites.vanilla-css
@@ -0,0 +1,8 @@
1
+/**
2
+* Overwriting CKEditor 5 styles for the general rendering in the Neos UI
+*/
+
+/* hides powered-by logo */
+.ck-powered-by-balloon {
+ display: none;
+}
0 commit comments