Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

The CLI component is only working for versions before 9.10. It must be upgraded to Angular 15 as well and will come later.

Description

In this example, we add a simple link to another website at different locations in the client.

...

Implementation

  1. Use a CLI command to generate a link. The link will appear in navigation menu on the left. (sidebar-navigation = default)

    Code Block
    languagebash
    linenumberstrue
    eo g link https://developer.enaio.org/redline/display/DD/Customization+of+enaio+redline+4+client eo.custom.link.developer.enaio

    OR insert a link into the profile menu on the right

    Code Block
    languagebash
    linenumberstrue
    eo g link https://developer.enaio.org/redline/display/DD/Customization+of+enaio+redline+4+client eo.custom.link.developer.enaio sidebar-profile


  2. Use a CLI command to generate labels/translations.

    Code Block
    languagebash
    linenumberstrue
    eo g label eo.custom.link.developer.enaio --en "Enaio redline 4" --de "Enaio redline 4"