Pascal Bartl
Quiz por , criado more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz sobre 2.4 The Table Configuration Array (TCA), criado por Pascal Bartl em 25-03-2021.

3
0
0
Pascal Bartl
Criado por Pascal Bartl mais de 3 anos atrás
Fechar

2.4 The Table Configuration Array (TCA)

Questão 1 de 3

1

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

Selecione uma ou mais das seguintes:

  • Configuration/TCA/Overrides/TCA.php

  • Configuration/TCA/TCA.php

  • ext_tables.php

  • Configuration/TCA/Blog.php

  • Configuration/TCA/tx_myextension_domain_model_blog.php

Explicação

Questão 2 de 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)

Selecione uma ou mais das seguintes:

  • 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

Explicação

Questão 3 de 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)

Selecione uma ou mais das seguintes:

  • 'name' => 'shortdescr'

  • 'title' => 'shortdescr'

  • 'label' => 'shortdescr'

  • 'short' => 'shortdescr'

  • 'ctrl' => 'shortdescr'

Explicação