Files
Umbraco-CMS/src/Umbraco.Web/PropertyEditors/BlockListConfigurationEditor.cs
2020-08-26 20:19:49 +02:00

14 lines
256 B
C#

using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
internal class BlockListConfigurationEditor : ConfigurationEditor<BlockListConfiguration>
{
public BlockListConfigurationEditor()
{
}
}
}