Nesting folders to structure templates, document types etc?
Relatively new to Umbraco, I am looking for a way to store my templates, document types, pages, whatever, in separate folders to make have more structure. Imagine having a large website with many different templaters/document types etc, I find that already with the demo website the lists can get a bit large.
In many places in the UI it does not seem possible to nest subfolders to structure the items within that folder. Am I missing something, or does this option indeed not exist generally?
Document Types only reside in the database, so you couldn't have a physical folder to structure them with. You can use inheritance to "nest" ones though, and that's how we generally do it.
Templates also don't support folders, but they do support nesting as well.
Nesting folders to structure templates, document types etc?
Relatively new to Umbraco, I am looking for a way to store my templates, document types, pages, whatever, in separate folders to make have more structure. Imagine having a large website with many different templaters/document types etc, I find that already with the demo website the lists can get a bit large.
In many places in the UI it does not seem possible to nest subfolders to structure the items within that folder. Am I missing something, or does this option indeed not exist generally?
Document Types only reside in the database, so you couldn't have a physical folder to structure them with. You can use inheritance to "nest" ones though, and that's how we generally do it.
Templates also don't support folders, but they do support nesting as well.
is working on a reply...