https://github.com/biko2/bidasoa-admin
Basic drupal module for unifying drupal administration links
https://github.com/biko2/bidasoa-admin
Last synced: about 1 year ago
JSON representation
Basic drupal module for unifying drupal administration links
- Host: GitHub
- URL: https://github.com/biko2/bidasoa-admin
- Owner: biko2
- Created: 2023-08-31T08:17:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:02:45.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:55:44.794Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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';
``