Oops forgot to remove the IconClosed and IconOpen TreeAttribute props

This commit is contained in:
Shannon
2019-02-04 12:09:04 +11:00
parent c53258a7d2
commit 9be6acf449
5 changed files with 345 additions and 144 deletions

View File

@@ -6,7 +6,7 @@ using Umbraco.Web.Models.Trees;
namespace Umbraco.Web.Trees
{
[CoreTree]
[Tree(Constants.Applications.Settings, Constants.Trees.Scripts, TreeTitle = "Scripts", IconOpen = "icon-folder", IconClosed = "icon-folder", SortOrder = 10, TreeGroup = Constants.Trees.Groups.Templating)]
[Tree(Constants.Applications.Settings, Constants.Trees.Scripts, TreeTitle = "Scripts", SortOrder = 10, TreeGroup = Constants.Trees.Groups.Templating)]
public class ScriptsTreeController : FileSystemTreeController
{
protected override IFileSystem FileSystem => Current.FileSystems.ScriptsFileSystem; // TODO: inject