in2code-de / powermail

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
https://in2code.de
88 stars 174 forks source link

TCA: Cleanup RTE configuration #1065

Closed julianhofmann closed 4 months ago

julianhofmann commented 4 months ago

While analyzing #262, I stumble over old RTE configuration stuff.

Specifically: In TYPO3 v8.6 "defaultExtras" has already been removed, but Powermail still uses it (at least in FlexForms) https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/8.6/Deprecation-79341-TCARichtextConfigurationInDefaultExtrasDropped.html

Furthermore, I would also remove the "richtextConfiguration", as it is only initialized with "default", which TYPO3 automatically falls back to. However, not setting it would allow it to be overwritten via PageTS ( #262)

mschwemer commented 4 months ago

Solved with merged PR #1066