Updating tagging languages property (http://localhost:4522/crx/de/index.jsp#/etc/tags) from an AEM Eclipse project?
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