cru / external-link-list
Adds a Module to list all external links
Package info
github.com/Rathch/external-link-list
Type:typo3-cms-extension
pkg:composer/cru/external-link-list
Requires
- php: ^8.1
- typo3/cms-backend: ^12.4 || ^13.4 || ^14.3
- typo3/cms-core: ^12.4 || ^13.4 || ^14.3
Requires (Dev)
- ergebnis/composer-normalize: ^2.28
- friendsofphp/php-cs-fixer: ^3.14
- helmich/typo3-typoscript-lint: 3.1.0 || 3.2.0 || 3.2.1
- michielroos/typo3scan: ^1.7
- phpmd/phpmd: ^2.13
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^1.10.9 || ^2.1
- phpstan/phpstan-phpunit: ^1.0 || ^2.0
- phpstan/phpstan-strict-rules: ^1.5 || ^2.0
- phpunit/phpunit: ^10.1 || ^11.2
- ramsey/conventional-commits: ^1.5
- saschaegerer/phpstan-typo3: ^1.8 || ^2.1
- sbuerk/typo3-cmscomposerinstallers-testingframework-bridge: ^0.1.2
- seld/jsonlint: ^1.9
- squizlabs/php_codesniffer: ^3.7
- symfony/yaml: ^6.1 || ^7.2
- typo3/coding-standards: ^0.8
- typo3/testing-framework: ^8.1 || ^9.0
This package is auto-updated.
Last update: 2026-05-27 19:43:06 UTC
README
cru/external-link-list is a TYPO3 extension that adds a module to display all external links in a TYPO3 installation in a clear and organized way. The links are automatically cached to improve performance.
Compatible with TYPO3 12.4 LTS, 13.4 LTS, and 14.3 LTS.
๐ Features
- External Link Lists
- Page Type View: Displays all pages of the type External Link.
- RTE View: Lists all external links from the Rich Text Editor (RTE).
- RTE Groupe View: Lists all external links from the Rich Text Editor (RTE) Grouped by href.
๐พ Installation
You can install the extension via Composer:
composer require cru/external-link-list
๐ Usage
After installation, you will find the new module in the TYPO3 backend under External Links. There are two list views available:
- All external links from page types -All outgoing links from the Rich Text Editor (RTE)
๐License
This extension is licensed under GPL-3.0. For more information, see the LICENSE-Datei file.
๐ค Contributing Contributions are welcome! Create a pull request (PR) on GitHub:
โก๏ธ Go to the Repository