34 lines
947 B
YAML
34 lines
947 B
YAML
# @internal Only to be used for sys_news
|
|
|
|
imports:
|
|
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Processing.yaml' }
|
|
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml' }
|
|
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml' }
|
|
|
|
editor:
|
|
config:
|
|
|
|
toolbarGroups:
|
|
- { name: basicstyles, groups: [ basicstyles ] }
|
|
- { name: paragraph, groups: [ list, indent, blocks, align ] }
|
|
- { name: links, groups: [ links ] }
|
|
- { name: clipboard, groups: [clipboard, undo] }
|
|
- { name: document, groups: [ mode ] }
|
|
- { name: fullscreen, groups: [ fullscreen ] }
|
|
|
|
removeButtons:
|
|
- Anchor
|
|
|
|
removePlugins:
|
|
- Heading
|
|
- Strikethrough
|
|
- Table
|
|
- TableToolbar
|
|
- TableProperties
|
|
- TableCellProperties
|
|
- TableCaption
|
|
- Underline
|
|
|
|
importModules:
|
|
- { module: '@ckeditor/ckeditor5-fullscreen', exports: [ 'Fullscreen' ] }
|