Hi All,
I am trying to create a Document type that I can put on my root that will act as a folder to hold a load of email Templates I have created so that it looks neat a bit like a folder in the Settings→Document Types.
I am in code finding the email templates and then using them from a controller to automatically send emails based on business rules but we need the Content editors to be able to edit these emails without calling us.
Problem is if I add a blank document type it will be created but trying to add to the route I get a load of errors about not being able to find _Layout which I guess Umbraco defaults to.
So question is can this be done and if so how?