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

Updating tagging languages property (http://localhost:4522/crx/de/index.jsp#/etc/tags) from an AEM Eclipse project?

Avatar

Level 4

Hi All,

Is it possible to update the tagging languages property from an AEM Eclipse project?

The tagging languages property is located under http://localhost:4522/crx/de/index.jsp#/etc/tags

I can manually update it using CRX/DE but I don't seem to be able to update it by deploying Eclipse project to the AEM Server.

I have added the following file to my Eclipse project in location /src/main/jcr_root/etc/tags/.content.xml :-

<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="nt:unstructured" languages="[en,de,es,fr,it,ja,ko,ms,da,nl-be,nl-nl,nn,pl,pt,pt-br,ru,sv,th,tr,vi,zh-cn,zh-tw,cs,id]"/>    

Thanks,

Robert

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Can you make sure that you have included the path /etc/tags in your filter.xml file under the /src/main/META-INF/vault  . 

 

Thank you!

Nupur

View solution in original post

3 Replies

Avatar

Level 9

Hi Robert,

You can use curl to update properties.

Thanks,

Avatar

Correct answer by
Community Advisor

Hi,

Can you make sure that you have included the path /etc/tags in your filter.xml file under the /src/main/META-INF/vault  . 

 

Thank you!

Nupur

Avatar

Level 4

Thanks Nupur.   That has solved the problem!

Best regards.