- Issue created by @mandclu
- Status changed to Fixed
7 months ago 9:56am 21 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
When using this module with Drupal 11, I encountered a fatal error when attempting to add a new field to a content type:
"Reference" must be defined in MODULE_NAME.field_type_categories.yml
This seems to be a result of using the label for the category instead of the machine name, in the field's metadata.
Also, I think it makes sense to follow the lead of the core image field and set the category for the base SVG field as file_upload, since that's how it works.
Update the field metadata.
Fixed
2.3
Code
Automatically closed - issue fixed for 2 weeks with no activity.