Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Display tags in Alphabetical order

Avatar

Level 5

Hi All,

I am using AEM6.1, please suggest  how to show the tags in alphabetical order(while authoring, so that it's easy for authors to select from list).

Any configuration is available in AEM to resolve this issue .Can I handle this issue without writing any service class.

Regards,

1 Accepted Solution

Avatar

Correct answer by
Employee
2 Replies

Avatar

Level 9

You can overlay this component /libs/cq/gui/components/common/tagbrowser/tagbrowsercolumn

Add the sorting logic to /libs/cq/gui/components/common/tagbrowser/tagbrowsercolumn/tagbrowsercolumn.jsp

Avatar

Correct answer by
Employee