How to add AEM Components might be core components or any Banner / CTA component in DITA Content. I have seen this topic "Customize DITA element mapping with AEM components " https://helpx.adobe.com/content/dam/help/en/xml-documentation-solution/3-8-6/XML-Documentation-for-A... but doesn't look like helpful. If some one has implemented similar feature, please help me out.
Solved! Go to Solution.
Views
Replies
Total Likes
I hope you already found the solution for the above. If you are still looking for examples please refer to the below steps:
<?xml version="1.0" encoding="utf-8"?> <ditacomponentmap> <ditaelement> <name>#text</name> <componentpath>wcm/foundation/components/text</componentpath> <type>STANDALONE</type> <target>para</target> <textprop>text</textprop> </ditaelement> </ditacomponentmap>
Attached few screenshots for reference:
I hope you already found the solution for the above. If you are still looking for examples please refer to the below steps:
<?xml version="1.0" encoding="utf-8"?> <ditacomponentmap> <ditaelement> <name>#text</name> <componentpath>wcm/foundation/components/text</componentpath> <type>STANDALONE</type> <target>para</target> <textprop>text</textprop> </ditaelement> </ditacomponentmap>
Attached few screenshots for reference:
Views
Likes
Replies