Installation
Requirements
- PHP 8.1 - 8.4
- TYPO3 11.5 LTS - 13.4 LTS
- ImageDriver: GD, Imagick or libvips
Installation
Require the extension via Composer (recommended):
composer require konradmichalik/typo3-environment-indicator
Copied!
Or download it from the TYPO3 extension repository.
Configuration
Include the static TypoScript template "Environment Indicator" or directly import it in your sitepackage:
Configuration/TypoScript/setup.typoscript
@import 'EXT:typo3_environment_indicator/Configuration/TypoScript/setup.typoscript'
Copied!
Note
This is only necessary if you want to use the frontend hint.
Image Support
Only the following favicon image formats are supported: https://image.intervention.io/v3/introduction/formats
- Due to the wide distribution of
.ico
and.svg
files, these images are also supported.