You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Small Icon URL used within the OWF Admin Widgets is relative to the OWF root, not the host root when a relative path is used. However, the Medium Icon URL used for the App Component tray is relative to the host root.
Assume the following images exist under the /Foo application on the same server as OWF.
/foo/images/small-icon.png
/foo/images/medium-icon.png
Creating a widget for the Foo application may utilize the following widget settings:
Name: Foo URL: /foo/index.html Small Icon URL: /foo/images/small-icon.png Medium Icon URL: /foo/images/medium-icon.png