Core Documentation
TCA Reference
Copyright © by Official Documentation <documentation@typo3.org>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. TCA Reference
- 1.1. Introduction
- 1.2. What is $TCA?
- 1.3. $TCA array reference
- ['ctrl'] section
- ['interface'] section
- ['feInterface'] section
- ['columns'][field name] section
- ['columns'][field name]['config'] / Common properties
- ['columns'][field name]['config'] / TYPE: "input"
- ['columns'][field name]['config'] / TYPE: "text"
- ['columns'][field name]['config'] / TYPE: "check"
- ['columns'][field name]['config'] / TYPE: "radio"
- ['columns'][field name]['config'] / TYPE: "select"
- ['columns'][field name]['config'] / TYPE: "group"
- ['columns'][field name]['config'] / TYPE: "none"
- ['columns'][field name]['config'] / TYPE: "passthrough"
- ['columns'][field name]['config'] / TYPE: "user"
- ['columns'][field name]['config'] / TYPE: "flex"
- ['columns'][field name]['config'] / TYPE: "inline"
- ['types'][key] section
- ['palettes'][key] section
- 1.4. Additional $TCA features
- 1.5. Extending the $TCA array
- 1.6. Appendix A – Skinning considerations
- 1.7. Appendix B - Performance considerations
This document is related to version 4.6.0 of the extension doc_core_tca.