Cleanup trees
This commit is contained in:
@@ -10,10 +10,10 @@ namespace Umbraco.Web.Trees
|
||||
/// <summary>
|
||||
/// Tree for displaying partial view macros in the developer app
|
||||
/// </summary>
|
||||
[Tree(Constants.Applications.Settings, Constants.Trees.PartialViewMacros, null, sortOrder: 8)]
|
||||
[Tree(Constants.Applications.Settings, Constants.Trees.PartialViewMacros, SortOrder = 8, TreeGroup = Constants.Trees.Groups.Templating)]
|
||||
[UmbracoTreeAuthorize(Constants.Trees.PartialViewMacros)]
|
||||
[PluginController("UmbracoTrees")]
|
||||
[CoreTree(TreeGroup = Constants.Trees.Groups.Templating)]
|
||||
[CoreTree]
|
||||
public class PartialViewMacrosTreeController : PartialViewsTreeController
|
||||
{
|
||||
protected override IFileSystem FileSystem => Current.FileSystems.MacroPartialsFileSystem;
|
||||
|
||||
Reference in New Issue
Block a user