[TYPO3-english] question about TCA

Toke Herkild th at t3cms.dk
Fri Nov 2 10:57:19 CET 2012


Den 02-11-2012 09:46, tom skrev:
> Hi,
>
>   I am trying to install one extension:vge_tagcloud_1.6.0.t3x, in the
> manual, it is said:
> *...Only tables that are referenced in the TCA are available for selection.
> Similarly only columns (fields) form those tables that have a TCA
> description can be selected...*
>
> My questiion is:
> 1, what is TCA?
> 2, how could I know if tables/fields are referenced in the TCA?
>
> Tom
>

Hello Tom,

1.) What is TCA, Table Configuration Array, can be better understood if 
you read the following pages:

TCA Reference:
http://typo3.org/documentation/document-library/core-documentation/doc_core_tca/current/

TYPO3 Core API:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.2/view/

2.) By looking at the TCA for the specific plugin/tables, or using the 
menu "Configuration", and select $TCA (Table configuration array) in the 
dropdown in the top of the page. If a field og table is referenced in 
TCA, they should be displayed on that page.

Regards,
Toke


More information about the TYPO3-english mailing list