This project is not covered by Drupal’s security advisory policy.

A simple environment indicator powered by three settings:

<?php
$settings['environment_indicator_simple'] = [
 'toolbar_background_color' => '#66bb6a',
 'toolbar_text_color' => '#FFF',
 'environment_name' => 'Dev',
];

Other modules that do the same thing:

A full project version of https://www.drupal.org/sandbox/sam/3089357

Project information

Releases

1.0.0-alpha3 released 16 June 2022
Works with Drupal: ^8.8 || ^9 || ^10

Fix version constraint

Install:

Development version: 1.x-dev updated 16 Jun 2022 at 01:27 UTC