Deprecation: #102440 - EXT:t3editor merged into EXT:backend
See forge#102440
Description
The JavaScript module specifier for modules shipped with the previous "t3editor"
extension has changed from
@typo3/ to
@typo3/. The old specifier
@typo3/ is
still available, but deprecated.
The value of the existing TCA option render switched from t3editor to
code.
Impact
The module specifier
@typo3/ automatically maps to
@typo3/. The TCA render type t3editor is
automatically migrated to code, triggering a deprecation log entry.
Affected installations
All extensions using t3editor are affected.
Migration
The JavaScript module namespace
@typo3/ maps to
@typo3/.
Rewrite all TCA render types usages of t3editor to code.