Guides allows the ability to view the differences between versions of the same topic. In this view there are red and green bars indicating additions and deletions. They are displayed side by side in the left margin in the location the change was made.In Native PDF you can do this too, and there are ...
Hi @sschnelbach , My solution will work for dynamic images, they just need to be defined. Please note that these are not language variables, but just "Variables". See yellow highlight.The different images can be defined by clicking on "settings" and naming the variations you need. See green highligh...
Is there an easy way to propagate the changes to a template in code to the pages that use that template? Without making brand new pages. I have added components and moved them around.
@Mike-E @sschnelbach The img tag you define in the variable has to literally be the tag. I was confused at first about this so I thought I would write a comment.i.e.
In Native PDF I don't think you need to put the page layouts in your bookmap. If you navigate to the output tab you can create a new template or edit an existing template.Create and customize Native PDF templates | Adobe Experience Manager The setting you are looking for is the Page Layout Order:Nat...
Hey @Surbhi_Maheshwari , Is there a list of these kinds of things to use in CSS? I've seen a few of your responses with very specific CSS solutions. i.e.-ro-bookmark-label@PAGE Common:-ro-last
It sounds like you need a specific CSS selector to grab the <ol> and <ul> elements that are the first "child" of another element.CSS Selectors Reference (w3schools.com) In general, this might work for you, but also might have unintended issues:ol:first-child,
ul:first-child {
padding-top: 0;
mar...
Hi @neo-silicon , It's hard to say what the issue is without looking at the AEM instance. I have had some issues with null pointers because of permissions in the past so that might be a problem. Check the error logs for anything related. Can you debug the publisher? If not, put some log statements o...