Text
A multiline textfield.
'type' => 'text'
Copied!
Available TCA options
- config.default
- config.placeholder
- config.cols
- config.rows
- config.min (only for TYPO3 v12 or higher)
- config.max
- config.eval.required
- config.eval.trim
- l10n_mode
- config.behaviour.allowLanguageSynchronization
- config.format
- config.eval.null
- config.mode
- config.fixedFont
- config.enableTabulator
- config.wrap
See a complete overview of Text TCA options in the official documentation.