Fixes for members

This commit is contained in:
Bjarke Berg
2021-09-22 23:49:16 +02:00
parent 63448fb171
commit c15c42eb83
2 changed files with 5 additions and 4 deletions

View File

@@ -59,7 +59,8 @@ namespace Umbraco.Cms.Core.Models.Mapping
Id = 0,
Label = LocalizedTextService.Localize("general", "properties"),
Alias = "Generic properties",
Properties = genericproperties
Properties = genericproperties,
Type = PropertyGroupType.Group.ToString()
});
var genericProps = tabs.Single(x => x.Id == 0);