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