Hi, On Fri, Jun 20, 2014 at 8:17 AM, anjan <[email protected]> wrote: > ...I am using "Importing Content Structures" of Sling POST servlet to import > zip file into the repository and it is working fine. I observed that all > the folders created are of "nt:folder" type...
As described at http://sling.apache.org/site/content-loading-jcrcontentloader.html you should be able to specify a node type for folders by defining the primaryNodeType for them, as shown in the example on that page. I haven't found any examples in the Sling code unfortunately, so if that doesn't work please show us a minimal sample of a content file that you tried so that we can analyze. -Bertrand
