Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

configuring undo in AEM

Avatar

Level 1

the documentation page at http://docs.adobe.com/docs/en/cq/5-6-1/administering/config_undo.html suggests modifying the undo list in /libs - it seems that's not a good practice since changes in libs get overwritten by an upgrade of AEM. Is there a better way to extend the undo list with an overlay in apps instead? 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Just modify from felix console & it will take care of rest. Please file a daycare request to fix the documentation.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Just modify from felix console & it will take care of rest. Please file a daycare request to fix the documentation.

Avatar

Level 10

Like other CQ components, you can overlay it.  However test it after you overlay it.

Avatar

Level 1

overlay would still mean I have to copy the structure from libs over and that is inherently not upgrade save - it seems there should be a better solution to this problem