Merge branch 'Add-tag-search-by-tag-name' of https://github.com/abpframework/abp into Add-tag-search-by-tag-name

pull/13558/head
Enis Necipoglu 3 years ago
commit aba4b9b02f

@ -4,7 +4,7 @@ namespace Volo.CmsKit.Tags;
public static class TagConsts
{
public static int MaxEntityTypeLength = CmsEntityConsts.MaxEntityTypeLength;
public static int MaxEntityTypeLength { get; set; } = CmsEntityConsts.MaxEntityTypeLength;
public const int MaxNameLength = 32;
public static int MaxNameLength { get; set; } = 32;
}

Loading…
Cancel
Save