도움말 > 작업 공간 도움말을 선택하여 AEM Forms 작업 영역의 기본 도움말 내용에 액세스할 수 있습니다. Adobe 웹 사이트에 있는 온라인 설명서를 가리킵니다. 그러나 다른 URL을 가리키도록 업데이트할 수 있습니다.
기본 도움말 URL을 변경할 수 있는 다음 사용 사례를 고려하십시오.
온라인 설명서의 URL을 업데이트하려면 사용자 정의 일반 단계를 수행한 후 다음 단계를 수행합니다.
/libs/ws/js/runtime/templates
에서 /apps/ws/js/runtime/templates
로 userinfo.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>
끝
<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>
다음을 수행합니다.
text!/lc/libs/ws/js/runtime/templates/userinfo.html
을(를) 검색하여 text!/lc/apps/ws/js/runtime/templates/userinfo.html
로 바꿉니다.