- Issue created by @catapipper
- πΉπΌTaiwan johnalbin Taipei, Taiwan
I've confirmed this is an issue with the widget used for the icon field. If you don't use the optional widget from the Font Awesome Iconpicker Widget module, the icon won't show up.
I've updated the issue summary with details on how to reproduce.
- First commit to issue fork.
- Merge request !48Maps the old-style Font Awesome prefixes to the new Font Awesome 6.x format. β (Open) created by chamilsanjeewa
- πΊπΈUnited States chamilsanjeewa
Hi @johnalbin
I have made MR to fix this - https://git.drupalcode.org/project/fontawesome/-/merge_requests/48/diffs
- πΊπΈUnited States chamilsanjeewa
I have updated the merge request to address the code reviewer's suggestions.
- ππΊHungary imre.horjan Hungary
Hi,
Although the latest patch works for me, I set it to needs work.
In order to follow coding standards, in a class context you should name the methodmapStylePrefix()
instead ofmap_style_prefix()
- Status changed to Needs work
21 days ago 8:18pm 14 April 2025 - πΊπΈUnited States WCC
Updated with the patch that works when composer points to the file in gist.
- First commit to issue fork.