biko2 / bidasoa_admin
Bidasoa administration module
Installs: 379
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-module
Requires
- php: >=8.1
This package is auto-updated.
Last update: 2025-05-04 12:26:48 UTC
README
Drupal module.
Features:
- Base menu link and route
administer bidasoa
drupal permission.- Environment badge.
Environment Badge
- Just add the variables to
settings.local.php
or the corresponding derivative:
$settings['bidasoa_environment'] = 'local';
$settings['bidasoa_environment_message'] = '✅ LOCAL environment';
``