com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

White Labeling Store

  1. Navigate to the <IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/img directory.
  2. Change the app-store-logo.png (154px X 40px) file in order to change the header logo.
  3. Navigate to the <IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/img directory.

  4. 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

  1. Navigate to the <IOTS_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/partials directory.

  2. Change the footer.hbs file accordingly.
    Default configuration:

    {{!-- footer --}}
    <footer class="footer">
       <div class="container-fluid">
          <p>
             WSO2 App Manager | &copy;
             <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.