Description
Hi,
Because your idea is brilliant, THANK YOU 😘
But it's a bit annoying that the plugin (through its only filter acf_svg_icon_filepath
) doesn't allow us to specify an SVG file for a particular ACF field (by {$field_key}
or {$field_name}
) 😕
I don't know if it was a technical restriction or a personal choice (no need at first) but IMHO it could be very useful to be able to do it 😊
Second point a bit more specific 😉 It could be very useful to be able to change/translate the texts associated to the SVG icons. Most of the time, the SVG id names are a personal fight for the developper 😒 and don't represent exactly what they are. Because clients can manage/choose their icons in some cases, it's really important to give them a beautiful transcript.
For the fun, it could be interesting to improve the way the icons are used into Select2. Instead of using a symbol from in-document sprite, we could use the symbol directly from the external sprite (e.g.: <use xlink:href="/path/to/icons.svg#newspaper"></use>
) :simple_smile:
If you continue to use this plugin and are interested in these changes, I will be happy to submit a PR
Best regards,
Xavier.