- Issue created by @stefan.korn
Would be nice to have an icon for the languagefield field type. One could use translate from Bootstrap icons for that: https://icons.getbootstrap.com/icons/translate/
Add a new field and note that language field has the default icon.
Use hook_field_type_category_info_alter to add the icon (since the field type currently has no category defined, the way via new API yml https://www.drupal.org/node/3375748 → won't work).
an icon is shown for languagefield field
Active
1.0
Code