- Issue created by @pdureau
- 🇫🇷France celdia
Yes, I confirm that. It's a real protype to have an idea of how to manage an icon sets. Also tested and compatible with most of Design System (Bootstrap, DSFR, USWDS, Material...)
- 🇫🇷France pdureau Paris
Hello iconset team,
We have proposed a MR for this core issue: ✨ Add an icon management API Active
With an API containing:
- iconpack plugin type with its plugin manager >> kind of equivalent to your iconset plugin
- extractor plugin type with its plugin manager, its PHP attribute notation & an icon finder service >> kind of equivalent to your icon handler plugin
- icon() Twig function & ui_icon render element (renamed icon) >> equivalent to yours
- path, svg & svg_sprite extractors >> I guess kind of similar to image & svg handlers
We would love to have your opinion on this MR. Is the proposal good enough to build the next version of iconset module on it?
Leveraging this API, iconset can still propose from its current API:
- the
svg_font
handler - the
iconset_selector
form element - the integration with the field API (type, formatter, widget)
- the integration with the menu API
- the integration with Ckeditor5
- maybe more...