biko2/bidasoa_admin

There is no license information available for the latest version (dev-main) of this package.

Bidasoa administration module

Installs: 92

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Language:JavaScript

Type:drupal-module

dev-main 2024-03-04 10:02 UTC

This package is auto-updated.

Last update: 2024-04-04 10:11:53 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';
``