- Issue created by @gemisky
- Merge request !9change translateble category string to the correct category id → (Open) created by Unnamed author
With Drupal 11 and the field_css module installed, it is no longer possible to add fields to paragraph or content types.
As described here New API for defining field type categories → , the category in the field type definition can no longer be set as translation text. Now, the ID defined in core.field_type_categories.yml must be used.
Add and activate Field_css in a Drupal 11 installation. Try to add a new field.
Change category = @Translation(“General”)
to category = “general”
in CssItem.php line 15.
Change category = @Translation(“General”)
to category = “general”
in CssItem.php line 15.
Active
2.0
Code