Files
Umbraco-CMS/src/Umbraco.Web/PropertyEditors/RichTextConfigurationEditor.cs
T
2018-01-26 17:55:20 +01:00

11 lines
295 B
C#

using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
/// <summary>
/// Represents the configuration editor for the rich text value editor.
/// </summary>
internal class RichTextConfigurationEditor : ConfigurationEditor<RichTextConfiguration>
{ }
}