Hi everyone,
I’m also looking for guidance on using custom icons/images in Creatio Freedom UI indicator widgets.I want to replace the standard indicator widget icon with my own custom icon, such as an SVG or PNG.I have already uploaded/created the image in Creatio, but I'm not sure how to associate that image with an crt-indicator-widget.
For example, my indicator widget is rendered approximately like this:
...
...
...
What I want to achieve
I would like to have different custom icons for different widgets:
Not Submit → custom icon 1
Pending → custom icon 2
Awaiting Approval → custom icon 3
Approved → custom icon 4
Rejected → custom icon 5
Ideally, I would like to configure this through Freedom UI, rather than relying on fragile DOM manipulation.
Questions
What is the recommended way to upload/store a custom SVG or PNG so it can be used by a Freedom UI widget?
How can a custom image from Creatio's image/image library be assigned to an indicator widget?
Can the crt-indicator-widget icon be configured directly through the page schema?
If not, is there a supported JavaScript/request-handler approach?
Is there a way to dynamically assign different custom icons based on the widget?
Can the standard indicator-widget-icon be replaced with a custom SVG while keeping the widget's normal functionality?
I have seen the rendered element:
but I would prefer a supported Freedom UI solution rather than directly modifying the DOM if one is available.
Any examples or documentation for implementing custom icons in Freedom UI indicator widgets would be greatly appreciated.
Like