Pascal Bartl
Quiz von , erstellt am more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz am 2.4 The Table Configuration Array (TCA), erstellt von Pascal Bartl am 25/03/2021.

2
0
0
Pascal Bartl
Erstellt von Pascal Bartl vor mehr als 3 Jahre
Schließen

2.4 The Table Configuration Array (TCA)

Frage 1 von 3

1

Given that the extension name is my_extension and the domain model is Blog, which file contains the corresponding TCA? (1)

Wähle eine oder mehr der folgenden:

  • Configuration/TCA/Overrides/TCA.php

  • Configuration/TCA/TCA.php

  • ext_tables.php

  • Configuration/TCA/Blog.php

  • Configuration/TCA/tx_myextension_domain_model_blog.php

Erklärung

Frage 2 von 3

1

What happens when a custom extension adds a new field to the TCA for the pages table in file ext_tables.php? (1)

Wähle eine oder mehr der folgenden:

  • The new field becomes visible straight away

  • The new field becomes visible after clearing the “Frontend Cache”

  • The new field becomes visible after clearing the “General Cache”

  • The new field becomes visible after clearing the “System Cache”

  • This action does not make the new field visible

Erklärung

Frage 3 von 3

1

The “List” module in the backend shows database records. Which of the following settings in the ctrl section of the TCA shows the content of the field shortdescr in the first column, right of the icon, by default? (1)

Wähle eine oder mehr der folgenden:

  • 'name' => 'shortdescr'

  • 'title' => 'shortdescr'

  • 'label' => 'shortdescr'

  • 'short' => 'shortdescr'

  • 'ctrl' => 'shortdescr'

Erklärung