Collection of dashboard widgets designed for TYPO3 editors
Shows the used storage size in percent from the configured maximum.
Shows the top 10 biggest files that are not used. (Entries from sys_file that do not have an entry in sys_refindex)
Shows a list of suspected, duplicated files based on the sha1-hash from sys_file.
Simply a list of the last 10 edited pages that are accessible by the current backend user.
The last 10 updated redirects.
Please note: For this widget the core extension typo3/cms-redirects
must be installed.
Shows a list of all broken links with page, element, target and error message.
Please note: For this widget the core extension typo3/cms-linkvalidator
must be installed and active as the list is taken directly from the LinkValidator table.
Shows a list of most search words from the onsite search. The list is separated in search words from the last 24 hours, the last 30 days and all time.
Please note: For this widget the core extension typo3/cms-indexed-search
must be installed and statistics active.
Use composer to add the extension:
composer require "sitegeist/editor-widgets"
- Flush Caches
- Configure the max size for the default storage
The maximum storage size is configures in extension configuration. You can enter a value in bytes or simply KB, MB, GB.
Please note: This value is only used for displaying how much space is used. There is no real limit.
The maximum storage size is now configured in extension configuration instead of file storage record.
The development and the public-releases of this package is generously sponsored by SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG
- SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG
- Benjamin Tammling
- Ulrich Mathes
- All contributors