Adds property to [CoreTree] attribute that allows you to set the TreeGroup key - which will be from our constants
This commit is contained in:
@@ -11,6 +11,11 @@ namespace Umbraco.Web.Trees
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
|
||||
internal class CoreTreeAttribute : Attribute
|
||||
{
|
||||
public string TreeGroup { get; set; }
|
||||
|
||||
public CoreTreeAttribute()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user