Files
Umbraco-CMS/src/Umbraco.Web/PropertyEditors/NestedContentConfigurationEditor.cs

11 lines
341 B
C#
Raw Normal View History

2018-02-05 17:48:54 +01:00
using System.Collections.Generic;
using Umbraco.Core.PropertyEditors;
2018-01-24 11:44:44 +01:00
namespace Umbraco.Web.PropertyEditors
{
/// <summary>
/// Represents the configuration editor for the nested content value editor.
/// </summary>
public class NestedContentConfigurationEditor : ConfigurationEditor<NestedContentConfiguration>
2018-02-09 18:22:59 +01:00
{ }
2018-01-24 11:44:44 +01:00
}