Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Client lib for page pop over on click of "Start Workflow"

Avatar

Level 1

I have custom script to restrict the page to initiate a workflow if the page is already in workflow.

Code is working fine on browser console.

But I need to integrate this in AEM on click of "Start Workflow" in touch UI page editor.

Can some one tell me which clientlib category I need to pass to execute my custom code.

1609315_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can create your clientlibs with category of

cq.authoring.editor.core



Arun Patidar

View solution in original post

4 Replies

Avatar

Level 10

As this is not a documented use case - we are checking internally.

Avatar

Correct answer by
Community Advisor

Hi,

You can create your clientlibs with category of

cq.authoring.editor.core



Arun Patidar

Avatar

Level 1

Thanks Arun Patidar , Its working beautifully.

Thanks to you smacdonald2008​ also for your time.