설명서 링크 업데이트 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