Creating new namespaces and mixins
Hi,
Wondered if anyone else has achieved this? In the past I created them through the java APIs (onprem) but I think that might be locked down with AEMaaCS.
Whats the best approach?
I've tried to create them via the repository initializer, i.e.
register namespace (example) http://www.example.com/jcr/example/1.0
register nodetypes
<<===
<< <example='http://www.example.com/jcr/example/1.0'>
<< [example:customitem]
<< mixin
<< - name (string) mandatory
===>>
This doesn't work, but interestingly with just the register namespace statement, that at least works, which leads me to believe the parser is having difficulties in processing the register nodetypes.
I've also tried through cnd files, but I've not see the install pick them up.