Inline (Repeating)¶
Repeating field, using IRRE technique. You can add repeating subfields to this item. Example: Create a slider with multiple slides.
'type' => 'inline'
Copied!
Available TCA options¶
- ctrl.label
- ctrl.iconfile
- config.minitems
- config.maxitems
- config.appearance.newRecordLinkTitle
- config.appearance.levelLinksPosition
- config.appearance.showNewRecordLink (only v11 or higher)
- config.appearance.collapseAll
- config.appearance.expandSingle
- config.appearance.useSortable
- config.appearance.enabledControls
- l10n_mode
- config.behaviour.allowLanguageSynchronization
- config.appearance.showPossibleLocalizationRecords
- config.appearance.showAllLocalizationLink
- config.appearance.showSynchronizationLink
See a complete overview of Inline TCA options in the official documentation.