Backend toolbar item
The backend toolbar item will show the current project version and application context.

Backend toolbar item
You can adjust the color of the toolbar item in your ext_
:
ext_localconf.php
\KonradMichalik\Typo3EnvironmentIndicator\Utility\ConfigurationUtility::configByContext(
applicationContext: 'Development',
backendToolbarConfiguration: [
'color' => '#bd593a',
]
);
Copied!
Additional optional configuration keys:
text
(string): The text of the toolbar item. Default is the application context.icon
(string): The icon of the toolbar item. Default isinformation-
.application- context index
(int): The positioning index of the toolbar item. Default is0
.
Note
The backend toolbar item is the only feature, which can also be shown in production environments. Use the extension settings to enable, disable or restrict it.