- Issue created by @ransomweaver
- π§πͺBelgium tim-diels Belgium π§πͺ
It would be also good to see if the packs can be (visible) grouped so the end user knows the icons are in different packs?
I have several icon pack implementations, a couple are general and large, and one is a small set of custom icons. How can I make one of them appear first in the order of display when picking and filtering?
I tried making the icon pack module have a name alpha descending before the other packs, but that didn't work.
I see that in core DefaultPluginManager::findDefinitions, which I think is what fetches the plugin definitions for ui_icons, there is $this->alterDefinitions(&$definitions). Could I use hook_PLUGIN_TYPE_alter to reorder the definitions? What is the PLUGIN_TYPE to use here?
Active
1.1
Miscellaneous
It would be also good to see if the packs can be (visible) grouped so the end user knows the icons are in different packs?