Refactors Configs and how it acquires a factory, re-internalizes Umbraco.Configuration classes
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Umbraco.Core.Configuration
|
||||
/// {element}MyValue{/element} instead of as attribute values.
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
public class InnerTextConfigurationElement<T> : RawXmlConfigurationElement
|
||||
internal class InnerTextConfigurationElement<T> : RawXmlConfigurationElement
|
||||
{
|
||||
public InnerTextConfigurationElement()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user