Problem/Motivation
The module info file is restricting the usage of this module to Drupal 8 and 9 only.
Proposed resolution
The info file should declare Drupal 10 compatibility as there is nothing in this module that is incompatible with Drupal 10.
Issue fork elbow_room-3385671
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 #3
progga commentedChange summary:
- Drupal 10 compatibility declaration.
- Replaced `jquery/once` asset library usage with `core/once`.
- Javascript coding standards fixes.
- The Claro theme bundled with Drupal 10 uses CSS grid for layout. The CSS style rules of this module has been adjusted accordingly.
Comment #6
finn lewisThanks @progga
Tested, merged and will tag a release.