Problem/Motivation
In #3413017: Using a translatable string as a category for field type is deprecated in drupal:10.2, a new field type category was added for the Address field. We should also add an icon to replace the default one:

| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Screenshot 2025-01-10 at 14.32.10.png | 107.4 KB | dunx |
| #2 | address-icon-3454405-02.patch | 2.21 KB | nilesh.addweb |
| CleanShot 2024-06-13 at 14.45.45.png | 7.67 KB | dieterholvoet |
Issue fork address-3454405
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
Comment #2
nilesh.addweb commentedHi, I’ve added a patch to add the icon for the address field type category. Please review it.
Comment #4
dunx commentedI raised this issue against Drupal CMS as the Address field is one of only two field types that does not have its own icon within the new field UI. As this impacts the initial Drupal CMS user experience it would be great to have this fixed before the launch of Drupal CMS in 5 days :)
I will try and test this patch today.
Comment #5
dunx commentedTested and successful.
composer require drupal/addressThe address field now has a suitable icon.
Comment #6
dunx commentedComment #7
bojanz commentedThanks for testing! Making a few tweaks and committing.
Comment #11
bojanz commentedTagging 2.0.3, just in time for the Drupal CMS release.
Comment #12
dunx commentedNice @bojanz and thanks for the timely update for Drupal CMS 1.0 :)