I have a dita topic which has a paragraph element having below attributes
<p id="p1" otherprops="otherprops-value" platform=" platform-value" product="product-value">Topic2 first paragraph</p>
When I generate aem site for the dita topic. I can see platform and product attribute getting added on the ...
I have two dita-maps called map A and map B. map B contains few topic-references and it is being referred in map A using <map-ref href="/path/to/mapA" processing-role="resource-only"> element.
Although, after generating AEM SITE as output, the generated site toc doesn't contain the entries for topi...
I am using on premise AEM service pack 12 with FMDITA 4.1.
I am trying to add word and pdf documents as attachments to dita xml using cross reference. But after generating AEM SITE from dita , the path to the documents is not getting resolved and causes broken link.
Following are the screenshots:
...
Hy, I see from documentation that AEM now supports pagination and sorting features in graphql.
But I am unable to find for which version of standalone AEM this feature is available?
I have a content fragment A which is referencing content fragment B and B is referencing content fragment C.
I want to build a breadcrumb from the content fragment references. For example:
when I select a content fragment C, I should be able to see its content hierarchy in the form of breadcrumb A...