Add generic properties as group

This commit is contained in:
Ronald Barendse
2021-06-16 16:18:03 +02:00
parent 14d84db8e5
commit 91574882a3
2 changed files with 2 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ namespace Umbraco.Web.Models.Mapping
var genericTab = new PropertyGroupDisplay<TPropertyType>
{
Id = PropertyGroupBasic.GenericPropertiesGroupId,
Level = 1,
Name = "Generic properties",
ContentTypeId = source.Id,
SortOrder = 999,

View File

@@ -58,6 +58,7 @@ namespace Umbraco.Web.Models.Mapping
tabs.Add(new Tab<ContentPropertyDisplay>
{
Id = 0,
Level = 1,
Label = LocalizedTextService.Localize("general/properties"),
Alias = "Generic properties",
Properties = genericproperties