Guides 5.1 and Draft Comment output | Community
Skip to main content
Level 4
April 30, 2026
Question

Guides 5.1 and Draft Comment output

  • April 30, 2026
  • 1 reply
  • 0 views

Good afternoon!

We use (AEM/Guides) Native PDF output and have our draft comments set to display in PDF output with special formatting.

They had been working fine until we recently updated to 5.1. Now everything in Guides shows correctly (author, source, preview) but there are no Draft Comments in the output PDF.

 

What could have caused this? Is there a default that reverted possibly? 

 

Any help is appreciated!

Thanks,

Josh

1 reply

sschnelbach
Level 5
April 30, 2026

This probably won’t help… but several versions ago I had to add this to my CSS files to suppress them.

.draft-comment {
  display: none;
}

Maybe they are now suppressed by default and you have to unsuppress them?? (And if this doesn’t help, please ignore my comments.) :)