10 lines
306 B
C#
10 lines
306 B
C#
using Umbraco.Core.PropertyEditors;
|
|
|
|
namespace Umbraco.Web.PropertyEditors
|
|
{
|
|
/// <summary>
|
|
/// Represents the configuration editor for the image cropper value editor.
|
|
/// </summary>
|
|
internal class ImageCropperConfigurationEditor : ConfigurationEditor<ImageCropperConfiguration>
|
|
{ }
|
|
} |