I need to disable to Force Unpublish
button in AEM site.
Scenario : When I'm unpublishing a page in AEM site that is liked to another parent page AEM will show OOTB Force Unpublish
option as in the picture in the above.How do i disable "Force Unpublish" button?.
I tred to figureout this popup in AEM crx/de. Finally I found below link,
/libs/cq/gui/components/authoring/pageinfo/confirmunpublish/confirmunpublish.jsp
.
enter image description here
enter image description here
Once i Confirm
it's calling confirmAttrs.build()
however
I'm not able to figureout Force Unpublish
button .jsp file or anything that relate to source of this popup.
Any help here is appreciated.