Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

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

Avatar

Level 2

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

 

livecycle99_0-1673973188950.png

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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!

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

@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!

 

Avatar

Level 2

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