Frontend Hint
The frontend hint will show the current application context information and the website title as clickable note in the upper right corner.

Frontend hint
You can adjust the color of the hint in your ext_
:
ext_localconf.php
\KonradMichalik\Typo3EnvironmentIndicator\Utility\ConfigurationUtility::configByContext(
applicationContext: 'Development',
frontendHintConfiguration: [
'color' => '#bd593a',
],
);
Copied!
Additional optional configuration keys:
text
(string): The text of the hint. Default is the website title.position
(string): The position of the frontend hint. Default istop left
. Possible values arebottom left
,
bottom right
, top left
, top right
.