Environment Label
The Environment Label plugin adds a nice coloured banner to your CraftCMS control panel so you'll never forget what environment you're using.
The colors and text of the environment label are configurable via the plugin config file.
Configuration
You can use a plugin config file to tweak the appearance and text of the environment label for each installation.
Simply add an environment-label.php
file to your config
directory.
<?php
return [
'showLabel' => true,
'labelText' => "My Label Text",
'labelColor' => '#cc5643',
'textColor' => '#ffffff',
'targetSelector' => '#global-header:before',
];
The text of the label will be rendered as a Twig template, so you can also include template variables to make the text dynamic:
<?php
return [
'labelText' => "Editing as: {{ currentUser }}",
);
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
3,847
License
Craft
Last release
May 24, 2024
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs