rtfirst / page-graph
Dashboard widget showing the TYPO3 page tree and content elements as an interactive force-directed graph visualization.
1.0.3
2026-03-20 22:08 UTC
Requires
- php: ^8.1
- typo3/cms-backend: ^12.4 || ^13.0 || ^14.0
- typo3/cms-core: ^12.4 || ^13.0 || ^14.0
- typo3/cms-dashboard: ^12.4 || ^13.0 || ^14.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.10 || ^2.0
- phpunit/phpunit: ^10.5 || ^11.0
- saschaegerer/phpstan-typo3: ^1.10 || ^2.0
README
A TYPO3 dashboard widget that visualizes the page tree and content elements as an interactive force-directed graph.
Features
- Interactive force-directed graph of the TYPO3 page tree
- Content element nodes with toggle visibility
- Internal links view (typolinks + navigation structure)
- Hover highlighting with connected node emphasis
- Click nodes to view details and edit records in the TYPO3 backend
- Real-time search filtering
- Fullscreen mode
- Light and dark mode support (TYPO3 12/13/14)
- Depth-based branch coloring
- German and English translations
Installation
Composer
composer require rtfirst/page-graph
Then activate the extension:
vendor/bin/typo3 extension:setup vendor/bin/typo3 cache:flush
Usage
- Go to the TYPO3 backend Dashboard module
- Click "Add widget"
- Select "Page Graph" from the content group
- The widget displays your page tree as an interactive graph
Interactions
- Hover over a node to highlight it and its connections
- Click a node to open the info panel with details and an edit link
- Search to filter and highlight matching nodes
- Toggle "Content Elements" to show/hide content element nodes
- Toggle "Internal Links" to visualize typolinks and navigation links
- Fullscreen for a larger view
- Scroll to zoom, drag to pan
Requirements
- TYPO3 12.4 - 14.x
- PHP 8.1 - 8.4
- TYPO3 Dashboard extension
License
GPL-2.0-or-later