link to get user data in guides site page | Community
Skip to main content
New Participant
March 2, 2023
Solved

link to get user data in guides site page

  • March 2, 2023
  • 1 reply
  • 549 views

Hi All, 

Is it possible to add text component withing pages generated by AEM Guides?

How can we add a link in Guides pages, which opens AEM custom form to get user data?

 

Thanks, 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AswiniLakshminarayanan

DITA elements in AEM Guides are mapped to their corresponding AEM components. The mapping is defined in the elementmapping.xml file, which can be accessed
from the CRXDE Lite mode at this location - /libs/fmdita/config/elementmapping.xml

You should overlay this file to your project folder under /apps and define the mapping for your text component.

More details are available in this documentation under "Customize DITA element mapping with AEM components" section.

Links can be added using xrefs in your dita file with the scope attribute set to external and published to sites.

1 reply

AswiniLakshminarayananAccepted solution
Employee
March 17, 2023

DITA elements in AEM Guides are mapped to their corresponding AEM components. The mapping is defined in the elementmapping.xml file, which can be accessed
from the CRXDE Lite mode at this location - /libs/fmdita/config/elementmapping.xml

You should overlay this file to your project folder under /apps and define the mapping for your text component.

More details are available in this documentation under "Customize DITA element mapping with AEM components" section.

Links can be added using xrefs in your dita file with the scope attribute set to external and published to sites.