Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.

This commit is contained in:
Shannon
2013-09-13 18:11:20 +10:00
parent 36d82dc43b
commit f38a6e1561
84 changed files with 841 additions and 2099 deletions

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Core.Configuration.UmbracoSettings
{
return ((RazorStaticMappingElement) element).DataTypeGuid
+ ((RazorStaticMappingElement) element).NodeTypeAlias
+ ((RazorStaticMappingElement) element).DocumentTypeAlias;
+ ((RazorStaticMappingElement) element).PropertyTypeAlias;
}