Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 371 Bytes

Bidasoa Admin module

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';
``