rtfirst/page-graph

Dashboard widget showing the TYPO3 page tree and content elements as an interactive force-directed graph visualization.

Maintainers

Package info

github.com/rtfirst/page-graph

Type:typo3-cms-extension

pkg:composer/rtfirst/page-graph

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2026-03-20 22:08 UTC

This package is auto-updated.

Last update: 2026-03-20 22:08:10 UTC


README

TYPO3 12 TYPO3 13 TYPO3 14 CI Latest Stable Version Total Downloads License

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

  1. Go to the TYPO3 backend Dashboard module
  2. Click "Add widget"
  3. Select "Page Graph" from the content group
  4. 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