- Issue created by @flyke
- 🇧🇪Belgium flyke
Testing if this works by simply changing the core_version_requirement in the info yml file.
- 🇩🇪Germany berliner
According to the test runner I would expect issues: https://git.drupalcode.org/project/layout_builder_ipe/-/jobs/2793314
- 🇧🇪Belgium flyke
If anyone needs to add this module to a D11 project, here are instructions if you have not done it before.
Add the patch in your composer.json patches section.
"drupal/layout_builder_browser": { "#3431577": "https://git.drupalcode.org/project/layout_builder_browser/-/merge_requests/23.diff" }
If you don't have composer-drupal-lenient yet, add it to your project first:
composer require mglaman/composer-drupal-lenient
If your minimum stability is not set to dev yet, you need to do that first:
composer config minimum-stability dev
Add this module to the lenient allowed list:
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/layout_builder_ipe"]'
Now you can add this module to your D11 project:
composer require drupal/layout_builder_ipe
And of course you can enable it
drush en layout_builder_ipe
- 🇩🇪Germany berliner
I have tagged 1.0.0-alpha10 as a new release which adds support for Drupal 11.
https://git.drupalcode.org/project/layout_builder_ipe/-/commit/082df0767... Automatically closed - issue fixed for 2 weeks with no activity.