Pascal Bartl
Test por , creado hace más de 1 año

TYPO3 CD 2020 (zweite Auflage) Test sobre 2.5 Documentation, creado por Pascal Bartl el 26/03/2021.

2
0
0
Pascal Bartl
Creado por Pascal Bartl hace más de 3 años
Cerrar

2.5 Documentation

Pregunta 1 de 3

1

Where do you find official documentation about TYPO3 core APIs? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • You have to review the PHP files under typo3/sysext/core/

  • At docs.typo3.org (chapter “API Overview”)

  • At typo3.readthedocs.org (chapter “Core APIs”)

  • At github.com/typo3-documentation/

Explicación

Pregunta 2 de 3

1

According to official conventions, where should the documentation of an extension be located? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • In the ext_documentation.pdf file, located in the root directory

  • In the sub-directory doc/

  • In the sub-directory Documentation/

  • In an arbitrary sub-directory. The location can be configured in file ext_emconf.php

  • In an arbitrary sub-directory. The location can be configured in file composer.json

Explicación

Pregunta 3 de 3

1

What is required to make a TYPO3 extension documentation available at docs.typo3.org? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • The file composer.json in the root directory of the extension is mandatory

  • The file Settings.cfg in the directory Documentation/ of the extension is mandatory

  • The file Settings.yml in the directory Documentation/ of the extension is mandatory

  • The file Settings.cfg in the directory Configuration/Documentation/ of the extension is
    mandatory

  • A webhook needs to be created in the Git repository server to trigger the documentation
    rendering

Explicación