Files
Umbraco-CMS/src/Umbraco.Web/PropertyEditors/NestedContentConfigurationEditor.cs
2018-11-22 14:05:51 +00:00

11 lines
341 B
C#

using System.Collections.Generic;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
/// <summary>
/// Represents the configuration editor for the nested content value editor.
/// </summary>
public class NestedContentConfigurationEditor : ConfigurationEditor<NestedContentConfiguration>
{ }
}