TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
+33
View File
@@ -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' ] }