AEM 6.5: Bulk Tagging via UI | Community
Skip to main content
Level 2
February 5, 2024

AEM 6.5: Bulk Tagging via UI

  • February 5, 2024
  • 2 replies
  • 902 views

I would like to bulk tagging for multiple page at same time via ui. When multiple pages are selected it showing only 'Social Media' Tab. I would like to add custom tab next to "Social Media" and add selection dialog, in custom tab, to select tags and Save them to selected pages.

 

Any ideas how it can be done?

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

2 replies

Shashi_Mulugu
Community Advisor
Community Advisor
February 6, 2024

@rajendar_gangan for fields and tabs to appear in bulk editor screen, they have to be enabled.. 

 

Define the following property on the field node:

 

Name: allowBulkEdit

Type: Boolean

Value: true

 

https://experienceleague.adobe.com/docs/experience-manager-65/content/implementing/developing/extending-aem/bulk-editing.html?lang=en

Level 2
February 6, 2024

@shashi_mulugu Thanks for your response. However, this is not working for me.

 

If I overwrite cq_dialog definition of Page component then its working. Following is what I added in dialog definition.

 

<basic jcr:primaryType="nt:unstructured">
<items jcr:primaryType="nt:unstructured">
<column jcr:primaryType="nt:unstructured">
<items jcr:primaryType="nt:unstructured">
<tags
jcr:primaryType="nt:unstructured"
allowBulkEdit="{Boolean}true"/>
</items>
</column>
</items>
</basic>
 
Thanks,
Raj
kautuk_sahni
Community Manager
Community Manager
February 6, 2024

@rajendar_gangan Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni