HelpΒΆ

/libs/granite/ui/components/shell/help

Component to render the help menu in the shell.

It implements foundation-toggleable vocabulary.

It has the following content structure:

granite:ShellHelp
  1. granite:commonAttrs

Example:

+ myhelp
  - sling:resourceType = "granite/ui/components/shell/help"
  + items
    + home
      - sling:resourceType = "granite/ui/components/shell/help/item"
      - href_i18n = "https://www.adobe.com/go/aem6_5_docs"
      - icon = "globe"
      - text = "Help Home"
    + community
      - sling:reisourceType = "granite/ui/components/shell/help/item"
      - href_i18n = "https://www.adobe.com/go/aem6_5_community_en"
      - icon = "users"
      - text = "Community"