- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2020 07:46 AM
I'm trying to add a custom Icon to be used in the CI Class Manager but cannot seem to do it. According to the documentation found here, I need to add an image via System UI which I've done. However, I cannot make sense of the URL field I need to use to add a new image.
Solved! Go to Solution.
- Labels:
-
Content Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2020 08:23 AM
Hey Chris, good question. You will need to upload your custom icon to images table "db_image", just type in images in nav and under system UI you can add new image here.
Just using OOTB image
Then you need to nav to "ngbsm_ci_icon" table. url will just be the name of file with .svg.
Once this record is created, nav to "ngbsm_ci_type_icon" table, create the new record and pick the icon you just created above.
Once this is done, you should be able to see the new custom icon under ci class manager.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2020 08:23 AM
Hey Chris, good question. You will need to upload your custom icon to images table "db_image", just type in images in nav and under system UI you can add new image here.
Just using OOTB image
Then you need to nav to "ngbsm_ci_icon" table. url will just be the name of file with .svg.
Once this record is created, nav to "ngbsm_ci_type_icon" table, create the new record and pick the icon you just created above.
Once this is done, you should be able to see the new custom icon under ci class manager.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 08:25 AM
There's a typo, the table name is ngbsm_ci_icons.