.. include:: ../../Includes.txt .. _fields-category: Category ======== .. important:: Only available for TYPO3 v11 or higher .. figure:: ../../Images/FieldTypes/Category.svg :alt: Check :class: float-left :width: 64px The category type creates relations to the system category (sys_category) table field. .. rst-class:: clear-both .. code-block:: php 'type' => 'category' .. figure:: ../../Images/FieldTypes/CategoryPreview.png :alt: Category field :class: with-border Category field Available TCA options --------------------- * :ref:`config.default ` * :ref:`config.relationship ` * :ref:`config.treeConfig.startingPoints ` * :ref:`config.minitems ` * :ref:`config.maxitems ` * :ref:`config.exclusiveKeys ` * :ref:`config.treeConfig.appearance.showHeader ` * :ref:`config.treeConfig.appearance.expandAll ` * :ref:`config.treeConfig.appearance.nonSelectableLevels ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.size ` See a complete overview of Category TCA options in the :ref:`official documentation `.