Backend toolbar item

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

Backend toolbar item

Backend toolbar item

You can adjust the color of the toolbar item in your ext_localconf.php:

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 is information-application-context.
  • index (int): The positioning index of the toolbar item. Default is 0.