Hi There,In AEM Guides, when sending DITA content for translation, multiple resources (DITA maps, topics, sub-maps) can be selected together and sent as part of a single translation job.For example:Map1├─ topic1├─ topic2└─ Map2├─ topic3└─ topic4If Map1, topic1, topic2, and Map2 are all selected and ...
I cannot create a condition preset in a map CREATED in v5.1.1, but I can create a condition preset in old maps that were created in previous versions of Guides on our testing server. I can apply conditions in older DITA files and new ones created in v5.1.1, but the Map Console isn't loading the cond...
I have a map file that wasn't sent out for translation. The AEM version is 1.7 (Rev I) and the last translated revision was Rev H. The map file wasn't sent out and is listed as "in sync", even though the source language file is Rev I and the current existing target language is Rev H. Looking at the ...
CUSTOM DITA-OT.zip file deployed to /apps/fmdita/dita_resources on a cloud instance through cloud deployment pipeline is missing the bin folder containing ant and dita commands; but the same is working fine in a local cloud emulator as a result of this missing ant and dita commands, output generatio...
We need to update the DITA-OT that is included with AEM Guides to get a newer version of FOP. I have managed to migrate our custom PDF plugins to the new OT (4.3.4), but the AEM Sites output is not working. The files are processed properly by the DITA-OT, but are not getting handed over to Guides to...
I have created a custom property and added it to the file properties (Metadata Schema Form Editor)The custom property list was added to /libs/fmdita/config/metadataListThis made the list available in the Map Console > Advanced > File Properties dropdown.I selected each of the property from the dropd...
When clicking the 3 dots in the repository I have the option to download the topic as a PDF. Where are the settings for this option and where in the DAM does the generated PDF get saved?
I want to use conkeyref to add values for elements in the prolog, for eample, prodname or category. I have created the required keys and bound it to the map/topic. I am able to add the conkeyref in the content of the topic, say within a <p> tag, but not with the Prolog. The key list is displayed, bu...
I have created a subject schema; here is the sample code: <subjectScheme><title>Subject Schema Definition</title><!-- 1) Permissions (for prolog@view) --><subjectdef keys="permissions"><subjectdef keys="perm_internalonly"><topicmeta><navtitle>InternalOnly</navtitle><shortdesc>Only visible to intern...
When I work on the watermark processing test in the following codes: Document mergedDoc = mock(Document.class);Document mockOutDoc = mock(Document.class);Document ddxDocMock = mock(Document.class); based on the following pom.xml: <!-- Testing --><dependency> <groupId>org.junit.jupiter</groupId> ...