[TYPO3-dev] TYPO3 Backend module configuration navigation section

Philipp Gampe philipp.gampe at typo3.org
Fri Dec 18 22:47:40 CET 2015


Hi Stefan,

Stefan Padberg wrote:

> Is there a known way to display a category tree?

Yes. Have a look at 
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addCoreNavigationComponent();

The page tree is registered in typo3/sysext/backend/ext_tables.php, but I 
have no idea what happens with the file list module.

In the aray module configuration, the key navigationComponentId should 
contain a value of the navigation component added above.

Unfortunatly, there is no documentation for this, so you will have to dig 
through the core.
But feel free to add an example to the core API documentation once you found 
all pieces.


Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Certified Integrator – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!




More information about the TYPO3-dev mailing list