Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d31e25281d
commit
193e24afd2
@@ -8,7 +8,7 @@ namespace Umbraco.Web.Trees
|
||||
[Tree(Constants.Applications.Settings, Constants.Trees.Stylesheets, "Stylesheets", "icon-folder", "icon-folder", sortOrder: 9)]
|
||||
public class StylesheetsTreeController : FileSystemTreeController
|
||||
{
|
||||
protected override IFileSystem FileSystem => Current.FileSystems.StylesheetsFileSystem; // todo inject
|
||||
protected override IFileSystem FileSystem => Current.FileSystems.StylesheetsFileSystem; // TODO: inject
|
||||
|
||||
private static readonly string[] ExtensionsStatic = { "css" };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user