Hi,I go the same issue with the help button link of author dialog in AEM
6.3. I tried to use 'helppath' as mentioned in this article but it won't
work.Adobe Experience Manager Help | Creating your first Adobe
Experience Manager Touch UI componentI checked the current
implementation in /libs/cq/gui/components/authoring/dialog/dialog.jsp ,
and got//codeprivate AttrBuilder getHelpAttrs(SlingHttpServletRequest
req, Config cfg, XSSAPI xssAPI, I18n i18n) { String helpPath =
cfg.get("helpPath",
i18n.ge...