Fixed build issue, started adding dashboard config section as real .net section.

This commit is contained in:
Shannon
2013-10-03 17:06:58 +10:00
parent 85098b84f7
commit 03b1c9e5ee
29 changed files with 597 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ using System.Configuration;
namespace Umbraco.Core.Configuration.BaseRest
{
[ConfigurationKey("BaseRestExtensions")]
internal class BaseRestSection : UmbracoConfigurationSection, IBaseRestSection
{
private const string KeyEnabled = "enabled";