Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Sling Eclipse IDE 1.0.2
-
None
Description
Consider the following content structure:
/content [sling:Folder] /sling:stuff [nt:unstructured]
This will get serialized on disk in the following way
/content/.content.xml /content/_sling_stuff/.content.xml
The content navigator will miss the sling:stuff child node and therefore it will appear as if it is not there.