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

SOLVED

AEM as a cloud service - sort tags alphabetically

Avatar

Community Advisor

hi, looking to sort tags in alphabetic order, how is that done? guess its a super-easy sorting option somewhere but cant find it, any help appreciated

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Sebastiane_Edberg_

If you could extract the package shared in the blog, it directly includes the bundle and that has the filter class (snippet of which is available directly in the blog)

I suggest to use that filter class in your project core module and have that imported via project maven build. 

In Cloud version maven archetype project(archetype 24 and above), bundle gets embedded in container package (all module)

View solution in original post

0 Replies

Avatar

Community Advisor

I get this error when trying to upload the package with package manager, running 

Adobe Experience Manager 2021.11.6058.20211123T163652Z-211000

 

 

 

acs_commons_upload_fail.png 

Avatar

Correct answer by
Community Advisor

Hi @Sebastiane_Edberg_

If you could extract the package shared in the blog, it directly includes the bundle and that has the filter class (snippet of which is available directly in the blog)

I suggest to use that filter class in your project core module and have that imported via project maven build. 

In Cloud version maven archetype project(archetype 24 and above), bundle gets embedded in container package (all module)