Can anyone suggest me how to use custom icons for a menu item in Pimcore 11? I am right now using the iconCls property in Ext js to load a available icon for a newly created menu item. Instead, I would like to use a custom icon, which can be loaded from a filepath.
I have tried using property icon instead of iconCls, but was not working.