.. include:: ../../Includes.txt .. _fields-inline: Inline (Repeating) ================== .. figure:: ../../Images/FieldTypes/Inline.svg :alt: Inline :class: float-left :width: 64px Repeating field, using IRRE technique. You can add repeating subfields to this item. Example: Create a slider with multiple slides. .. rst-class:: clear-both .. code-block:: php 'type' => 'inline' .. figure:: ../../Images/FieldTypes/InlinePreview.png :alt: Inline field :class: with-border Inline field Available TCA options --------------------- * :ref:`ctrl.label ` * :ref:`ctrl.iconfile ` * :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 `.