The current version is not compatible with Drupal 10.2: it does not implement the new API for field type categories. This will cause an error when the user try to add a new field:
AssertionError: "Read Time" must be defined in MODULE_NAME.field_type_categories.yml in assert() (line 186 of core/lib/Drupal/Core/Field/FieldTypePluginManager.php).
The attached patch fixes the error.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_d10.2_compatibility.patch | 682 bytes | finex |
Issue fork estimated_read_time-3410460
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
finex commentedComment #3
mtalt commentedComment #5
mtalt commentedComment #6
mtalt commentedThanks @FiNeX. I could replicate the issue on 10.2.x and your patch fixes the issue. I've merged this into 1.0.x.