Problem/Motivation
Make this module compatible with Drupal 11
Proposed resolution
- adjust the requirements in info.yml file
- adjust the reruirements in composer.json file
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | boostrap_create_content_block.gif | 207.07 KB | froboy |
| #2 | bootstrap_styles-3469863.patch | 338.92 KB | rajan kumar@2026 |
| #2 | Screenshot from 2024-08-23 18-38-47.png | 16.16 KB | rajan kumar@2026 |
Issue fork bootstrap_styles-3469863
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
rajan kumar@2026 commentedHi @flyke
I have fixed the issue and created a patch. Here is the screenshot for reference. Please review it at your earliest convenience. Thank you!
Comment #3
flyke commentedSeems to work by adding this to the repositories section inside my projects composer.json:
And then adding this MR as if its version 2.0.x-dev like this:
composer require drupal/bootstrap_styles:"dev-3469863-add-drupal-11 as 2.0.x-dev" -WThis seems to resolve my composer package version requirement problems
Comment #4
rajab natshahComment #8
rajab natshahComment #9
rajab natshah✅ Released bootstrap_styles-1.1.7
Comment #12
rajab natshahRemoved
width: 100% !important;for #drupal-off-canvas-wrapperComment #13
rajab natshah✅ Released bootstrap_styles-1.1.8
Comment #14
rajab natshahComment #15
rajab natshahComment #17
rajab natshah✅ Released bootstrap_styles-1.2.1
1.1.xbranch to support Drupal <= 10.2 for a smoother update process and reverted new changesComment #18
froboyThe same as #3429050: Automated Drupal 11 compatibility fixes for bootstrap_layout_builder, these D11 updates caused regressions Core <10.3. The most visible of which is that the "Create content block" button text is now the same color as the background (on OpenY with Bootstrap Layout Builder).
The update to
composer.jsonafter the fact doesn't really fix the issue since 1.1.7 and 1.1.8 still break things. Sites that are not yet on Drupal Core 10.3 will need to lock to 1.1.6 until they update."drupal/bootstrap_styles": "1.1.6"Comment #19
rajab natshahThanks, Avi, for following up.
I confirm the issue
Let us file a new issue to have it fixed..
✅ Released bootstrap_layout_builder-2.2.1
Issue #3474916: Changed Bootstrap Styles to
^1.2.0for the Bootstrap Layout Builder2.2.xbranch to work with Drupal^10.3 || ^11✅ Released bootstrap_layout_builder-2.1.6
Issue #3474914: Changed Bootstrap Styles to
^1.1.0for the Bootstrap Layout Builder2.1.xbranch to work with Drupal<=10.2Visual issue on Default Drupal Claro, Gin, or else ?
Let us do fixes for both Claro and Gin in new issues.