-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
16.3.1
Bug summary
I am not sure if this is a bug or a missing feature.
However Umbraco has an icon picker in (e.g. used for content type icon and workspace icon.
It seems to be exported like eye dropper:
Umbraco-CMS/src/Umbraco.Web.UI.Client/src/packages/property-editors/manifests.ts
Lines 33 to 34 in 3854b2b
| ...eyeDropperManifests, | |
| ...iconPickerManifests, |
but isn't available to use:
The use-case is that we would like to re-use this a just use Lucide icons in frontend - and possible register more icons as it seem Umbraco only include as subset of the icons.
Alternatively can we import the existing icon picker registered to a custom property editor ui?
Ideally it would be nice if it is possibe to exclude, e.g. the social icons (from simple icons) mainly used for identity providers in core.
Specifics
No response
Steps to reproduce
Expected result / actual result
No response