Is it possible to keep properties such as cq:lastReplicated and cq:lastModified unchanged when updating/modifying a content fragment?
Hi,
when working with Content Fragments or Templates and we modify them (as AEM devs), the property cq:lastModified gets updated accordingly after publishing locally.
We then need to make sure that cq:lastReplicated is present and not older than cq:lastModified. This process is conducted manually by developers.
Is there a way to have the values of cq:lastModified and cq:lastReplicated to change, but only when editors make updates (last modified) and push those updates (last replicated)?
Thanks,
Tina