TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# @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' ] }
|
||||
Reference in New Issue
Block a user