I'm trying to replace the "on page" content with a language variable in the output template Settings screen/tab.I replaced "{title}" on page {page} with "{title}" ${lng:on-page} {page}. The translation for the on-page variable appears in the output, but that is all that appears. The topic title and ...
Hello! I'm seeing some issues in our legacy dita material where <screen> tags in tables are pushing past the right margin when I publish with Native PDF. How can I ensure that these screens stay in their cells? Thanks in advance!Josh
I require adding styling to an aem component but do not wish to add these in the aem styling system or the policies within a component in editable templates. Is this achievable?
If I have created a service say PolicyService and I should be able to call this service only once in say Component A in a webpage, and whatever value is returning or logic is being executed in PolicySevice should be rendered in all other components of the webpage? Basically service call should be ha...
Is there a way to view the source code of the previous versions of topics?I can see how to view the preview in both Assets and XML Editor, we can see the metadata, we can compare two versions, but we'd like to be able to view the Source of older versions? Is that possible? If not, can that be added ...
Hello! I've been working on a bookmap template and the chapter content is looking good, but when I came across my first appendix I noticed that the footers weren't in the output. I think that makes sense since it isn't technically a <chapter> anymore. I created a page layout (with the footer) and an...
The pre-existing application language variables aren't working in any Native PDF Publishing outputs for any selected language (other than English). Specifically, I'm looking at all the note- fields (warning, caution, important, note, etc). I have verified in the Output > Language Variables screen th...
Document state and Outgoing References metadata property need to move to third column but by default it is available in 2nd column. Please help how we can rearrange these two metadata.
Hi there, I'm wondering if there is a way to get a <topicmeta> tag to show up on output through Native PDF. Currently it looks like the output template is ignoring it. How can I get it to show? Thanks in advance!Josh
Hi there! I'm using the following code to reference the most modified date from a map:data-subtype="//critdates/revised/@modified"If the map has more than one revised tag, how can I amend this to call the last revised tag present in critdates? Thanks in advance!Josh