Set the core_version_requirement to make the module compatible with Drupal 9.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3198041-2-drupal-9-compatibility.patch | 378 bytes | souvik pal |
Set the core_version_requirement to make the module compatible with Drupal 9.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3198041-2-drupal-9-compatibility.patch | 378 bytes | souvik pal |
Comments
Comment #2
souvik pal commentedAdd core_version_requirement: ^8 || ^9 to layouter.info.yml to designate that the module is compatible with Drupal 9. See https://www.drupal.org/node/3070687.
Comment #3
pranit84Comment #5
amitgoyal commentedThanks everyone!