Problem/Motivation

From #3539496:

The Drupal 11 compatibility has been merged, but when I tested it I received the following error:

AssertionError:
"Computed" must be defined in MODULE_NAME.field_type_categories.yml inassert() (line 183 of/var/www/html/web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php).

Looking through the comments in the issue and the MR, nothing has been done about comment #15. If we not following the Drupal standards, removing the Category is also viable.

Steps to reproduce

- Updated the module to 3.0.0.
- Update core to 11.3.10.
- Try adding a new field.

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

pefferen made their first commit to this issue’s fork.

pefferen’s picture

Status: Needs work » Needs review

Created a solution by adding the Field Category according to the Drupal specs.