PoweredByConfig
The “Powered by CKEditor” logo configuration options.
Properties
-
forceVisible : boolean | undefinedmodule:core/editor/editorconfig~PoweredByConfig#forceVisibleAllows to show the logo even if the valid commercial license is configured using the
config.licenseKeysetting.Defaults to
false -
horizontalOffset : number | undefinedmodule:core/editor/editorconfig~PoweredByConfig#horizontalOffsetThe horizontal distance between the side of the editing root and the nearest side of the logo.
Defaults to
5 -
label : null | string | undefinedmodule:core/editor/editorconfig~PoweredByConfig#labelAllows changing the label displayed next to the CKEditor logo.
Note: Set the value to
nullto hide the label.Defaults to
'Powered by' -
position : 'border' | 'inside' | undefinedmodule:core/editor/editorconfig~PoweredByConfig#positionThe position of the project's logo.
- When
'inside', the logo will be displayed within the boundaries of the editing area. - When
'border', the logo will be displayed over the bottom border of the editing area.
Defaults to
'border' - When
-
side : 'right' | 'left' | undefinedmodule:core/editor/editorconfig~PoweredByConfig#sideAllows choosing the side of the editing area where the logo will be displayed.
Note: If
config.languageis set to an RTL (right-to-left) language, the side switches to'left'by default.Defaults to
'right' -
verticalOffset : number | undefinedmodule:core/editor/editorconfig~PoweredByConfig#verticalOffsetThe vertical distance the logo can be moved away from its default position.
Note: If
positionis'border', the offset is measured from the (vertical) center of the logo.Defaults to
5