Added NestedContent to "lists" datatype group.

Set the icon to "icon-thumbnail-list".
This commit is contained in:
leekelleher
2017-06-04 17:51:44 +02:00
committed by Shannon
parent e136780947
commit 7806246a52

View File

@@ -15,7 +15,7 @@ using Umbraco.Core.Services;
namespace Umbraco.Web.PropertyEditors
{
[PropertyEditor(Constants.PropertyEditors.NestedContentAlias, "Nested Content", "nestedcontent", ValueType = "JSON")]
[PropertyEditor(Constants.PropertyEditors.NestedContentAlias, "Nested Content", "nestedcontent", ValueType = "JSON", Group = "lists", Icon = "icon-thumbnail-list")]
public class NestedContentPropertyEditor : PropertyEditor
{
internal const string ContentTypeAliasPropertyKey = "ncContentTypeAlias";