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
Solved! Go to Solution.
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
Hi Robert,
You can use curl to update properties.
Thanks,
Views
Replies
Total Likes
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
Thanks Nupur. That has solved the problem!
Best regards.
Views
Replies
Total Likes