com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
White Labeling Store
Changing the Store logo
- Navigate to the
<IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/img
 directory. - Change the
app-store-logo.png
(154px XÂ 40px
) file in order to change the header logo.
Navigate to the <IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/img directory.
In <IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/partials/header.hbs
Change<img src="{{customThemeUrl "/libs/theme-wso2_1.0/images/logo-inverse.svg"}}" alt="apps-store" title="apps-store" class="logo" /> Change To <img src="{{customThemeUrl "/img/app-store-logo.png"}}" alt="apps-store" title="apps-store" class="logo" />
Changing WSO2 related text in footer
Navigate to theÂ
<IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/partials
 directory.Change theÂ
footer.hbs
 file accordingly.
Default configuration:{{!-- footer --}} <footer class="footer"> <div class="container-fluid"> <p> WSO2 App Manager | © <script>document.write(new Date().getFullYear());</script> <a href="http://wso2.com/" target="_blank"><i class="icon fw fw-wso2"></i> Inc</a>. </p> </div> </footer>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.