.. include:: ../../Includes.txt .. _fields-content: Content ======= .. figure:: ../../Images/FieldTypes/Content.svg :alt: Content :class: float-left :width: 64px Allow users to attach content elements to the content element itself. This way editors can nest the content elements and can for instance build an accordion filled with already existing content elements. .. rst-class:: clear-both .. code-block:: php 'type' => 'inline', 'foreign_table' => 'tt_content' .. figure:: ../../Images/FieldTypes/ContentPreview.png :alt: Content field :class: with-border Content field Available TCA options --------------------- * cTypes (custom Mask option used for :ref:`itemsProcFunc `) * :ref:`config.minitems ` * :ref:`config.maxitems ` * :ref:`config.appearance.newRecordLinkTitle ` * :ref:`config.appearance.levelLinksPosition ` * :ref:`config.appearance.showNewRecordLink ` (only v11 or higher) * :ref:`config.appearance.collapseAll ` * :ref:`config.appearance.expandSingle ` * :ref:`config.appearance.useSortable ` * :ref:`config.appearance.enabledControls ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.appearance.showPossibleLocalizationRecords ` * :ref:`config.appearance.showAllLocalizationLink ` * :ref:`config.appearance.showSynchronizationLink ` See a complete overview of Inline TCA options in the :ref:`official documentation `.