.. include:: ../../Includes.txt .. _fields-text: Text ==== .. figure:: ../../Images/FieldTypes/Text.svg :alt: Text :class: float-left :width: 64px A multiline textfield. .. rst-class:: clear-both .. code-block:: php 'type' => 'text' .. figure:: ../../Images/FieldTypes/TextPreview.png :alt: Text field :class: with-border Text field Available TCA options --------------------- * :ref:`config.default ` * :ref:`config.placeholder ` * :ref:`config.cols ` * :ref:`config.rows ` * :ref:`config.min ` (only for TYPO3 v12 or higher) * :ref:`config.max ` * :ref:`config.eval.required ` * :ref:`config.eval.trim ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.format ` * :ref:`config.eval.null ` * :ref:`config.mode ` * :ref:`config.fixedFont ` * :ref:`config.enableTabulator ` * :ref:`config.wrap ` See a complete overview of Text TCA options in the :ref:`official documentation `.