AEM Interactive Communication Print Channel - Disable/Hide action buttons under CONTENT tab | Community
Skip to main content
New Participant
January 17, 2023
Solved

AEM Interactive Communication Print Channel - Disable/Hide action buttons under CONTENT tab

  • January 17, 2023
  • 1 reply
  • 653 views

Is there any way to disable/hide action buttons under CONTENT tab in AEM Interactive Communication  Print Channel Agent UI screen.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pulkit_Jain_

@livecycle99 

All these action buttons under the content tab of the AEM Interactive Communication Print Channel are loaded with the contentCapturePod.jsp and business logic in ToolBarCtrl.js, under /libs/fd/cm/ccr/gui/components.

You can remove the icons per your use case but bear in mind that these changes will be overridden with a subsequent patching activity as these changes will be part of libs node structure.

Hope this helps!

 

1 reply

Pulkit_Jain_
Pulkit_Jain_Accepted solution
Employee
January 18, 2023

@livecycle99 

All these action buttons under the content tab of the AEM Interactive Communication Print Channel are loaded with the contentCapturePod.jsp and business logic in ToolBarCtrl.js, under /libs/fd/cm/ccr/gui/components.

You can remove the icons per your use case but bear in mind that these changes will be overridden with a subsequent patching activity as these changes will be part of libs node structure.

Hope this helps!

 

New Participant
January 18, 2023

Yes, it's very helpful. Thank you so much for providing the information.