Updates constants to include nested class in Constants.Trees.Groups for the various settings section subtree groupings - these keys will be used to help group the trees

This commit is contained in:
Warren Buckley
2018-10-05 13:09:30 +01:00
parent b6679551d4
commit 4ff15fbf04

View File

@@ -145,6 +145,15 @@
public const string PartialViewMacros = "partialViewMacros";
public static class Groups
{
public const string Settings = "settingsGroup";
public const string Templating = "templatingGroup";
public const string ThirdParty = "thirdPartyGroup";
}
//TODO: Fill in the rest!
}
}