Hi! Creating a merge request to add Drupal 11 compatibility. I ran the code of the dev branch through Drupal Rector and fixed a couple deprecations.
Issue fork digest-3550624
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
kurttrowbridgeComment #4
kurttrowbridgeMR updated to add a field_type_categories.yml file to the module—without it, in Drupal 11, adding a field fails with an AssertionError (see #3523013: AssertionError: "General" must be defined in MODULE_NAME.field_type_categories.yml in assert() (line 183 of core/lib/Drupal/Core/Field/FieldTypePluginManager.php). for a similar issue).