move-elevator / typo3-toolbox
A TYPO3 toolbox so handy, it makes even missing plugins feel insecure.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^8.4
- typo3/cms-backend: ^13.4
- typo3/cms-core: ^13.4
- typo3/cms-fluid: ^13.4
- typo3/cms-frontend: ^13.4
This package is auto-updated.
Last update: 2025-07-07 15:18:36 UTC
README
TYPO3 extension typo3_toolbox
This extension provides several tools for TYPO3 integrators and developers.
Features:
- Adds an event listener to minify HTML output
- Adds an event listener to add save & close button
- Adds a xClass for TYPO3 asset collector which will automatically render
noscript
tags beside CSS link tags, which can be adopted to optimize CSS preloading (see: https://web.dev/articles/defer-non-critical-css) - Adds a view helper which can return the uid of the first content element on a page X
Requirements
- TYPO3 >= 13.4 & PHP 8.4
Installation
Composer
composer require move-elevator/typo3-toolbox
License
This project is licensed under GNU General Public License 2.0 (or later).