- Issue created by @redeight
- 🇺🇸United States redeight
Unfortunately, this change will likely need to be rolled manually by everyone currently using any subtheme generated prior to us fixing this since those subthemes will use the incorrect hook.
- 🇺🇸United States redeight
For those looking for a quick fix using a generated subtheme:
- Replace
function HOOK_library_info_build() {
withfunction HOOK_library_info_alter(&$libraries, $extension) {
. - Remove the line that says
$libraries = [];
- Remove the line that says
return $libraries;
That should get your layout and extension libraries working again.
- Replace
- 🇮🇹Italy arturopanetta Grotteria (RC)
Thanks @ I fixed boostrap_italia theme with your solution https://www.drupal.org/project/bootstrap_italia/issues/3501035 🐛 Drupal 11.1 breaks theme Active