TYPO3 Logo
Mask
Release: 8.0

Loading data.

  • Introduction
  • Sitepackages
  • Installation
  • Create content elements
  • Manage Backend Preview
  • Page templates
  • Extension Settings
  • Mask API
    • Loader
  • Field Types
    • Category (only v11)
    • Check
    • Colorpicker
    • Content
    • Date
    • Datetime
    • File
    • Float
    • Group
    • Inline (Repeating)
    • Integer
    • Linebreak
    • Link
    • Media
    • Palette
    • Radiobutton
    • Richtext
    • Selectbox
    • Slug
    • String
    • Tab
    • Text
    • Timestamp
  • Tips and tricks
    • TCA Overrides
    • Fluid Styled Content Layouts
    • Data Processors
    • Crop Variants
    • RTE Config
  • Glossary
  • Troubleshooting
  • Upgrade Guide
  • ChangeLog
    • Mask version 8.0
    • Mask version 7.2
    • Mask version 7.1
    • Mask version 7
      • New appearance
      • Updated Icon and Color Picker
      • Wizard for new content elements
      • Improved validation
      • Improved Reusable fields
    • Mask version 6
      • Group fields with palettes
      • TCA type group now available
      • Relations of group and select fields are resolved now
      • Timestamp field to the rescue
      • Improved checkbox UI
      • Icons for select
      • Better selection of existing fields
      • Opt out of image cropping
      • New translation option allowLanguageSynchronisation
      • Translation options for inline fields on by default
      • Improved HTML generation
  • Sponsors
  • To-Do list
  • Labels for cross-referencing

PAGE CONTENTS

  • File
    • Available TCA options
  1. Start
  2. Field Types
  3. File
View source How to edit Edit on GitHub

Display settings


Color scheme of code blocks:


File¶

File

File field using FAL.

'type' => 'inline',
'foreign_table' => 'sys_file_reference'
File field

File field¶

Available TCA options¶

  • imageoverlayPalette (custom Mask option, which enables the core TCA palette imageoverlayPalette used for images)

  • config.minitems

  • config.maxitems

  • allowedFileExtensions (used in overrideChildTca)

  • config.appearance.collapseAll

  • config.appearance.expandSingle

  • config.appearance.useSortable

  • config.appearance.elementBrowserEnabled

  • config.appearance.fileUploadAllowed

  • 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.

  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Mar 21, 2023 16:19

Last rendered: Mar 22, 2023 09:16

  • TYPO3 Theme 4.7.9
  • DRC v3.0.dev30
© Copyright 2023
  • Legal Notice
  • Privacy Policy
  • Code of Conduct