更新檔案的連結 updating-the-link-to-the-documentation

您可以選取​ 說明> AEM Forms說明,以存取Workspace工作區的預設說明內容。 它指向Adobe網站上的線上檔案。 不過,您可以將其更新為指向任何其他URL。

請考量下列您可能想要變更預設說明URL的使用案例:

  • 以您選擇的語言提供當地語系化說明。
  • 提供自訂工作區的自訂說明內容。

若要更新線上檔案的URL,請遵循自訂的一般步驟,然後遵循下列步驟。

  1. userinfo.html檔案從/libs/ws/js/runtime/templates複製到/apps/ws/js/runtime/templates

  2. 變更:

    code language-html
    <ul class="helpmenu">
      <li>
        <a href="https://www.adobe.com/go/learn_aemforms_documentation_63" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
      </li>
    

    code language-html
    <ul class="helpmenu">
      <li>
        <a href="<!--place new help url here-->" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
      </li>
    
  3. 請執行下列動作:

    1. 開啟/apps/ws/js/registry.js進行編輯。
    2. 搜尋並以text!/lc/apps/ws/js/runtime/templates/userinfo.html取代text!/lc/libs/ws/js/runtime/templates/userinfo.html
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2