Updating tagging languages property (http://localhost:4522/crx/de/index.jsp#/etc/tags) from an AEM Eclipse project? | Community
Skip to main content
Level 4
May 12, 2017
Solved

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

  • May 12, 2017
  • 3 replies
  • 1688 views

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

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 Nupur_Jain

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

3 replies

MC_Stuff
Level 10
May 13, 2017

Hi Robert,

You can use curl to update properties.

Thanks,

Nupur_Jain
Adobe Employee
Nupur_JainAdobe EmployeeAccepted solution
Adobe Employee
May 15, 2017

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

Level 4
May 15, 2017

Thanks Nupur.   That has solved the problem!

Best regards.