TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:24 +02:00
commit aad9daaefd
1506 changed files with 94005 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Load processing options
imports:
- { resource: 'EXT:form/Configuration/RTE/ProcessingContent.yaml' }
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml' }
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml' }
# RTE configuration for form content fields (e.g., StaticText)
# Contains extended formatting options including lists
editor:
config:
toolbar:
items:
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- clipboard
- undo
- redo