Update trees using [CoreTree] attribute to use new property from our constants

This commit is contained in:
Warren Buckley
2018-10-05 13:11:38 +01:00
parent e013545cfc
commit 2612f33283
8 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ namespace Umbraco.Web.Trees
[UmbracoApplicationAuthorize(Constants.Applications.Content)]
[Tree(Constants.Applications.Settings, Constants.Trees.ContentBlueprints, null, sortOrder: 10)]
[PluginController("UmbracoTrees")]
[CoreTree]
[CoreTree(TreeGroup = Constants.Trees.Groups.Settings)]
public class ContentBlueprintTreeController : TreeController
{