Hi I want to add a JSon file to Sling as JCR Node (primary type nt:file) inside a Bundle Content.
Is that possible and if how does the structure look like:
In the XML based export the structure looks like this:
- my-file (raw file)
- my-file.dir
- .content.xml (jcr:root of type nt:file with a jcr:content of type
nt:resource and the files mime type)
I tried the following:
- my-file
- my-file.dir.json with a JSon-ified version of the XML)
but that did not work.
Cheers - Andy Schaefer
