Decorate other settings trees with the correct grouping

This commit is contained in:
Warren Buckley
2018-10-10 12:24:00 +01:00
parent 31b616f0ae
commit e2d3cbc8eb
6 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ using Umbraco.Web.Models.Trees;
namespace Umbraco.Web.Trees
{
[CoreTree(TreeGroup = Constants.Trees.Groups.Templating)]
[Tree(Constants.Applications.Settings, Constants.Trees.Scripts, "Scripts", "icon-folder", "icon-folder", sortOrder: 10)]
public class ScriptsTreeController : FileSystemTreeController
{