Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
t3editor
This page describes the text type with the renderType='t3editor'.
// ...
'type' => 'text',
'renderType' => 't3editor',
// ...
The render
triggers a code highlighter if extension t3editor
is loaded, otherwise
falls back to "default" renderType.
System extension "t3editor" provides an enhanced textarea for TypoScript input, with not only syntax highlighting but also auto-complete suggestions. Beyond that the "t3editor" extension makes it possible to add syntax highlighting to textarea fields, for several languages.