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

您可以選取「 」,存取AEM Forms工作區的預設說明內容 「說明>工作區說明」. 它指向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/libs/ws/js/runtime/templates/userinfo.html 替換為 text!/lc/apps/ws/js/runtime/templates/userinfo.html.
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2