【发布时间】:2023-04-02 17:12:01
【问题描述】:
我想更改我的 nuxeo 应用程序徽标。我已经阅读了如何为登录页面更改它并且它正在工作,但现在我想更改我所有页面的徽标,我找不到任何关于如何做到这一点的教程。 到目前为止,这是我尝试过的:
<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>
【问题讨论】:
-
您使用哪个 Nuxeo 版本?
标签: interface customization nuxeo