Decorate other settings trees with the correct grouping
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user