您可以通过选择帮助>工作区帮助来访问AEM Forms工作区的默认帮助内容。 它指向Adobe网站上的在线文档。 但是,您可以更新它以指向任何其他URL。
请考虑以下用例,您可能希望更改默认帮助URL:
要更新在线文档的URL,请按照自定义的一般步骤,然后执行以下步骤。
将userinfo.html
文件从/libs/ws/js/runtime/templates
复制到/apps/ws/js/runtime/templates
。
更改:
<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
。