TYPO3 Logo
TCA Reference
Release: 11.5

Loading data.

  • Introduction
  • Examples
    • About the examples
    • How to use the styleguide extension
  • Best practises
    • Common fields
    • Language fields
  • Field definitions (columns)
    • Examples
    • Properties
      • config
      • Description
      • displayCond
      • exclude
      • Localization display (l10n_display)
      • Localization mode (l10n_mode)
      • label
      • onChange
  • Field types (config > type)
    • Introduction
    • Common properties
      • autoSizeMax
      • allowLanguageSynchronization behaviour
      • default
      • dontRemapTablesOnCopy
      • fieldControl
        • addRecord
        • editPopup
        • listModule
        • resetSelection
      • fieldInformation
      • fieldWizard
        • defaultLanguageDifferences
        • localizationStateSelector
        • otherLanguageContent
        • recordsOverview
        • selectIcons
        • tableList
      • itemsProcFunc
      • localizeReferencesAtParentLocalization
      • maxitems
      • minitems
      • MM
      • mode
      • multiple
      • placeholder
      • readOnly
      • search
      • size
      • softref
    • Category
      • Examples
      • Category field properties
        • default value
        • exclusiveKeys
        • relationship
        • treeConfig
    • Checkboxes
      • Default checkbox
      • Toggle checkbox
      • Labeled toggle checkbox
      • Properties
        • cols
        • default
        • eval
        • invertStateDisplay
        • items
        • renderType
        • validation
    • FlexForm field
      • About the data structure
      • FlexForm syntax
      • Examples
      • Properties
        • Data structure (ds)
        • ds_pointerField
        • ds_pointerField_searchParent
        • ds_pointerField_searchParent_subField
        • ds_tableField
    • Group fields
      • Examples
      • Stored data values
      • Properties
        • allowed
        • appearance
        • fieldControl
        • filter
        • foreign_table
        • hideMoveIcons
        • hideSuggest
        • internal_type
        • MM
        • prepend_tname
        • suggestOptions
    • Image manipulation
      • Examples
      • Properties
        • allowedExtensions
        • cropVariants
        • file_field
    • IRRE / inline
      • Properties
        • appearance
        • disableMovingChildrenWithParent behaviour
        • enableCascadingDelete
        • customControls
        • filter
        • foreign_default_sortby
        • foreign_field
        • foreign_label
        • foreign_match_fields
        • foreign_selector
        • foreign_sortby
        • foreign_table
        • foreign_table_field
        • foreign_unique
        • MM
        • overrideChildTca
        • showNewRecordLink
        • size
        • symmetric_field
        • symmetric_label
        • symmetric_sortby
      • Examples
    • Input
      • Default input
        • Examples
      • Colorpicker
        • Examples
      • DateTime input
        • Examples
        • Properties
          • dbType
          • disableAgeDisplay
          • eval
          • format
          • range
      • Link input
        • Examples
      • Properties
        • autocomplete
        • eval
        • is_in
        • linkPopup
        • max
        • range
        • size
        • slider
        • valuePicker
    • Language fields
      • Introduction
      • Examples
      • Language field properties
      • Migration
      • History
    • The none field
      • Examples
      • Properties
        • cols
        • format
        • pass_content
        • size
    • Pass through / virtual field
    • Radiobuttons
      • Examples
      • Properties
        • items
    • Select fields
      • Select field properties
        • allowNonIdValues
        • authMode
        • authMode_enforce
        • appearance - selectCheckBox
        • default value
        • disableNoMatchingValueElement
        • exclusiveKeys
        • fileFolderConfig
        • foreign_table
        • foreign_table_prefix
        • foreign_table_where
        • itemGroups
        • items
        • MM
        • multiSelectFilterItems
        • treeConfig
        • sortItems
      • selectSingle
        • Examples
        • Properties
      • Select multiple values (selectSingleBox)
        • Example
        • Properties
      • selectCheckBox
        • Examples
        • selectCheckBox and type check fields compared
        • Properties
      • selectMultipleSideBySide
        • Examples
        • Properties
      • selectTree
        • Examples
        • A happy little tree!
        • Properties
    • Slugs / URL parts
      • Introduction
      • Examples
      • Properties
        • appearance
        • eval
        • fallbackCharacter
        • generatorOptions
        • prependSlash
    • Text areas & RTE
      • Properties
        • cols
        • enableRichtext
        • enableTabulator
        • eval
        • fixedFont
        • format
        • is_in
        • max
        • richtextConfiguration
        • rows
        • wrap
      • text (default)
        • Examples
        • Properties
      • belayoutwizard
        • Example
        • Properties
      • t3editor
        • Example
        • Properties
      • textTable
        • Example
        • Properties
    • Custom inputs (user)
  • Table properties (ctrl)
    • Examples
    • Properties
      • adminOnly
      • container
      • copyAfterDuplFields
      • crdate
      • cruser_id
      • default_sortby
      • delete
      • descriptionColumn
      • editlock
      • enablecolumns
      • EXT
      • formattedLabel_userFunc
      • formattedLabel_userFunc_options
      • groupName
      • hideAtCopy
      • hideTable
      • iconfile
      • is_static
      • label
      • label_userFunc
      • languageField
      • origUid
      • prependAtCopy
      • readOnly
      • rootLevel
      • searchFields
      • security
      • selicon_field
      • shadowColumnsForNewPlaceholders
      • sortby
      • title
      • translationSource
      • transOrigDiffSourceField
      • transOrigPointerField
      • tstamp
      • Record types
      • typeicon_classes
      • typeicon_column
      • useColumnsForDefaultValues
      • versioningWS
      • versioningWS_alwaysAllowLiveEdit
  • Backend display (interface)
    • Examples
    • Properties
  • Grouping fields (palettes)
    • Examples
    • Properties
      • isHiddenPalette
      • label
      • description
      • showitem
  • Fields to be displayed (types)
    • Introduction
    • Examples
    • Properties
      • bitmask_excludelist_bits
      • bitmask_value_field
      • columnsOverrides
      • showitem
      • subtype_value_field
      • subtypes_addlist
      • subtypes_excludelist
  • Sitemap
  • Index

PAGE CONTENTS

  • TCA Reference
  1. Start
  2. TCA Reference
View source How to edit Edit on GitHub

Display settings



TCA Reference¶

Version

11.5

Language

en

Author

TYPO3 contributors

License

This document is published under the Open Publication License.

Rendered

2022-08-08 15:46


This document is the complete reference of the Table Configuration Array $GLOBALS['TCA'], which is a very central element of the TYPO3 architecture.


Table of Contents:

  • Introduction
  • Examples
    • About the examples
    • How to use the styleguide extension
  • Best practises
    • Common fields
    • Language fields
  • Field definitions (columns)
    • Examples
    • Properties
  • Field types (config > type)
    • Introduction
    • Common properties
    • Category
    • Checkboxes
    • FlexForm field
    • Group fields
    • Image manipulation
    • IRRE / inline
    • Input
    • Language fields
    • The none field
    • Pass through / virtual field
    • Radiobuttons
    • Select fields
    • Slugs / URL parts
    • Text areas & RTE
    • Custom inputs (user)
  • Table properties (ctrl)
    • Examples
    • Properties
  • Backend display (interface)
    • Examples
    • Properties
  • Grouping fields (palettes)
    • Examples
    • Properties
  • Fields to be displayed (types)
    • Introduction
    • Examples
    • Properties
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Aug 08, 2022 15:45

Last rendered: Aug 08, 2022 15:46

  • TYPO3 Theme 4.7.6
  • DRC v3.0.dev27
© Copyright since 2012 by the TYPO3 contributors
  • Legal Notice
  • Privacy Policy
  • Code of Conduct