Hi, On Mon, Aug 16, 2010 at 9:44 AM, Jawad Bokhari <[email protected]> wrote: > Is there any way to change this default implementation or any suggestions to > make this work properly with custom node types.
The easiest solution is to make your custom types extend the standard nt:file and nt:resource types. Alternatively you can add your types to the <noncollection> element in the WEB-INF/config.xml configuration file. BR, Jukka Zitting
