Hi
This might be a stupid question but I am stumbling here.
If I have a folder structure like:
/apps
/test
/subtest
And I want to add properties to /apps/test like jcr:title.
For that I would need to create a file like this:
SLING-INF/apps/test.json
Now how would it set the sling initial content configuration to make /apps/test
to be updated but does not whip out /apps.
In the old, content package model we had .content.xml inside /apps/test so
there was no issue with having the root node properties updated.
Cheers - Andy Schaefer