.. include:: ../../Includes.txt .. _fields-colorpicker: Colorpicker =========== .. figure:: ../../Images/FieldTypes/Colorpicker.svg :alt: Colorpicker :class: float-left :width: 64px A colorpicker for choosing color hex-values. .. rst-class:: clear-both .. code-block:: php 'type' => 'input', 'renderType' => 'colorpicker' .. figure:: ../../Images/FieldTypes/ColorpickerPreview.png :alt: Colorpicker field :class: with-border Colorpicker field Available TCA options --------------------- * :ref:`config.default ` * :ref:`config.placeholder ` * :ref:`config.size ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.eval.null ` * :ref:`config.mode ` See a complete overview of Colorpicker TCA options in the :ref:`official documentation `.