Re-ordering Tags in Touch UI | Community
Skip to main content
brymith
New Participant
September 11, 2020
Solved

Re-ordering Tags in Touch UI

  • September 11, 2020
  • 2 replies
  • 1954 views

Heya, is it possible to rearrange tags without going to CRX?

 

We have a component that lists tags in JCR order and a request to be able to rearrange items in the Touch UI, as the client does not have direct access to CRX on the production environment. As a workaround, we can recreate the tagging structure on lower environments, rearrange them in CRX, and package the tags up, but they are hoping for something a bit more immediate and that doesn't require a change request.

 

Pages and assets have a list view where items can be dragged around, but tags don’t have the same options. Is it possible to extend the same or similar behavior for tags? I imagine the backend would be fundamentally the same for all nodes, but I haven’t been able to dig into the particulars.

 

Thanks!

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 ChitraMadan

Hi @brymith ,

 

There is no OOTB way to move tags up and down in touch UI. You can sort them alphabetically.

 

Please refer to below solution and see if this helps!!

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/order-tags-in-ascending-order-in-aem-6-4-6/qaq-p/351441

2 replies

ChitraMadan
ChitraMadanAccepted solution
New Participant
September 12, 2020

Hi @brymith ,

 

There is no OOTB way to move tags up and down in touch UI. You can sort them alphabetically.

 

Please refer to below solution and see if this helps!!

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/order-tags-in-ascending-order-in-aem-6-4-6/qaq-p/351441

santhosh_kumark
New Participant
September 11, 2020

Hi @brymith ,

 

Please have a look at this 

https://stackoverflow.com/questions/51170929/how-to-rearrange-tags-in-a-widget-in-aem if it works for you.

 

Regards,

SK

brymith
brymithAuthor
New Participant
September 11, 2020
Heya, it looks like the answer in the link is suggesting that we create and manage a separate list somewhere else. Is that the recommendation?