Umbraco V8 Templates for Visual StudioThis project contains a collection of Umbraco V8 Templates for Visual Studio. Using this item templates you can generate files for some of the most common extensibility areas of Umbraco. These intend to serve you as a guide to start your own projects as well as they contain some help comments and links to the official Umbraco documentation. Much of the code and comments have been taken directly from the Umbraco documentation. Included templatesApi ControllerYou can create a class that derives from UmbracoApiController in any folder. Mvc ControllerYou can create a class that derives from UmbracoMvcController in any folder. Surface controllerYou can create a class that derives from SurfaceController in any folder. Content AppIt will create the folder structure and basic files to start building a Content App. This should be created in the Property editorIt will create the folder structure and basic files to start building a Property Editor. This should be created in the ComponentCreates an Umbraco Component and a ComponentComposer to register it. Configuration Health CheckCreates an Umbraco Configuration Health Check. General Health CheckCreates an Umbraco General Health Check. |