Releases: ColorlibHQ/adminlte-drupal
Releases · ColorlibHQ/adminlte-drupal
Release list
1.0.0-beta1 — AdminLTE 4 for Drupal
First public release of the official AdminLTE 4 admin theme for Drupal — Bootstrap 5.3, vanilla JS (no jQuery), light & dark modes, fully self-contained (no CDN). Built in response to #6057.
Verified on a clean Drupal 11.3.13 install (standard profile, PHP 8.5): every core admin screen renders with the AdminLTE shell in both colour modes, with no errors or warnings in the log.
Highlights
- AdminLTE 4 shell — Drupal regions mapped onto the navbar, collapsible sidebar, content header, content and footer.
- Admin sidebar — Drupal's Administration menu as a collapsible treeview with per-section icons; active section highlighted + auto-expanded. Label navigates, chevron expands/collapses in place.
- Navbar user dropdown — avatar/icon + name with account links; inline "Log in" for anonymous.
- Styled admin components — operations dropbuttons (floating menu), tabledrag handles, vertical tabs, pagers, modal dialogs, admin tabs and status messages; full module descriptions on Extend.
- Light / dark colour modes with a navbar toggle, OS auto mode, and flash-free init.
- Works on enable — default block placement shipped in config; self-contained assets, no CDN.
Requirements
- Drupal 10.3+ or 11, PHP 8.1+
Install (from this repo)
cd web/themes/contrib
git clone https://github.com/ColorlibHQ/adminlte-drupal.git adminlte
drush theme:enable adminlte
drush config:set system.theme admin adminlte # use as the admin themeBeta: functional and tested on a clean install, but not yet community-vetted or published on Drupal.org. Feedback and issues welcome. See the CHANGELOG for the full list and known limitations.
🤖 Generated with Claude Code