cancel
Showing results for 
Search instead for 
Did you mean: 

contribution to change logo in all pages nuxeo

ITShine_
Star Contributor
Star Contributor

I want to change my nuxeo application logo. I've read how to change it for login page and it's working , but now i want to change logo for all my page and i can't find any tutorial of how to do this. Here is what i've tried so far:

<component name="org.nuxeo.sample.loginPage">
  <extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="loginScreen">
    <loginScreenConfig>
      <disableBackgroundSizeCover>false</disableBackgroundSizeCover>
      <headerStyle></headerStyle>
      <footerStyle></footerStyle>
     <loginBoxWidth>400px</loginBoxWidth>
      <logoUrl>${org.nuxeo.ecm.contextPath}/img/logo12.png</logoUrl>
      <logoAlt>MyCompany</logoAlt>
      <logoWidth>113</logoWidth>
      <logoHeight>20</logoHeight>
       <newsIframeUrl>https://www.nuxeo.com/embedded/dm-login</newsIframeUrl>
    </loginScreenConfig>
  </extension>
</component>
1 REPLY 1

Manon_Lumeau
Star Contributor
Star Contributor

Hi,

For more information about the branding of your application, you can read the Studio documentation or go to Nuxeo University and have a look to this video.

Don't hesitate if you need more information.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.