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.

CommentFileSizeAuthor
fix_d10.2_compatibility.patch682 bytesfinex
Command icon 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

FiNeX created an issue. See original summary.

finex’s picture

Issue summary: View changes
mtalt’s picture

Assigned: finex » mtalt
Status: Needs review » Reviewed & tested by the community

mtalt’s picture

mtalt’s picture

Status: Reviewed & tested by the community » Fixed

Thanks @FiNeX. I could replicate the issue on 10.2.x and your patch fixes the issue. I've merged this into 1.0.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.