- Issue created by @mably
- Merge request !3Issue #3485433 by mably: Drupal 11 compatibility fixes for body_node_id_class → (Open) created by mably
Automatically closed - issue fixed for 2 weeks with no activity.
We are using the body_node_id_class module on several of our websites that we want to migrate to Drupal 11.
Implement a Drupal 11 compatible version of this module.
Publish, review and validate MR.
To test on Drupal 11, add the following lines to your composer.json
repositories section:
"repositories": [
{
"type": "vcs",
"url": "https://git.drupalcode.org/issue/body_node_id_class-3485433.git"
},
and then run:
composer require drupal/body_node_id_class:dev-3485433-automated-drupal-11
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.