14 lines
256 B
C#
14 lines
256 B
C#
using Umbraco.Core.PropertyEditors;
|
|
|
|
namespace Umbraco.Web.PropertyEditors
|
|
{
|
|
internal class BlockListConfigurationEditor : ConfigurationEditor<BlockListConfiguration>
|
|
{
|
|
public BlockListConfigurationEditor()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|