Adds support for icons and encoding of directories for Code files
This commit is contained in:
@@ -19,6 +19,10 @@ namespace Umbraco.Web.Trees
|
||||
{
|
||||
get { return "*.js"; }
|
||||
}
|
||||
protected override string FileIcon
|
||||
{
|
||||
get { return "icon-script"; }
|
||||
}
|
||||
|
||||
protected override MenuItemCollection GetMenuForNode(string id, FormDataCollection queryStrings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user