Media
Media field using FAL.
'type' => 'inline',
'foreign_table' => 'sys_file_reference',
'overrideChildTca' => [
'columns' => [
'uid_local' => [
'config' => [
'appearance' => [
'elementBrowserAllowed' => 'vimeo,youtube',
],
],
],
],
],
Copied!
Available TCA options
online
(custom Mask option, which toggles available online media types)Media - config.minitems
- config.maxitems
- allowed
- config.appearance.collapseAll
- config.appearance.expandSingle
- config.appearance.useSortable
- config.appearance.elementBrowserEnabled
- config.appearance.fileUploadAllowed
- config.appearance.fileByUrlAllowed
- config.appearance.createNewRelationLinkTitle
- 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.