Hi,
I am a fan of this combination on Drupal 9:
Bootstrap Layout Builder + Layout Builder Blocks + Bootstrap Styles + bootstrap 5 theme
I wanted to go on with this combination and there were several patches to make it work.
I still get one error:
Warning: Undefined array key 1 in Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies() (line 67 of core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php).
After using these patches in my composer.json:
"patches": {
"drupal/bootstrap_styles": {
"Bootstrap Styles aos.local not loading": "
https://www.drupal.org/files/issues/2022-11-26/aos.local_not_loading_331... →
"
},
"drupal/bootstrap_styles": {
"Bootstrap Styles D10": "
https://www.drupal.org/files/issues/2023-03-07/bootstrap_styles-3330458-... →
"
},
"drupal/bootstrap_styles": {
"Core problem": "
https://www.drupal.org/files/issues/2023-01-25/3315218-17--1-0-x.patch →
"
},
"drupal/bootstrap_layout_builder": {
"D10 compatible": "
https://www.drupal.org/files/issues/2023-01-25/issue_3335356_drupal10.patch →
"
}
Did I miss something
thanks for any hint.
Active
2.1
Miscellaneous