Cleanup trees

This commit is contained in:
Stephan
2019-01-22 09:31:47 +01:00
parent a53a15f4d8
commit ad026e25d7
37 changed files with 277 additions and 300 deletions

View File

@@ -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;