[ 
https://issues.apache.org/jira/browse/ISIS-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved ISIS-1115.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Here is a demo Guice setup (MyIsisApplication#newIsisWicketModule()):
{code}
bind(String.class).annotatedWith(Names.named("faviconUrl")).toInstance("/images/favicon.ico");
                
bind(String.class).annotatedWith(Names.named("faviconContentType")).toInstance("image/x-icon");
{code}

> Make it possible to set a custom favicon
> ----------------------------------------
>
>                 Key: ISIS-1115
>                 URL: https://issues.apache.org/jira/browse/ISIS-1115
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core: Viewer: Wicket
>    Affects Versions: core-1.8.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.9.0
>
>
> It would be nice if it is possible to set a custom favicon for Isis 
> applications.
> E.g. by providing Guice beans for the url and the content type.
> If there is no url then the component won't be rendered. If the content type 
> is not provided then the browser will have to detect it automatically.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to