packages section is there with translations sections and correct trees

This commit is contained in:
elitsa
2018-10-05 11:09:33 +02:00
parent f3d1cc29bb
commit 0cc5a01069
23 changed files with 49 additions and 63 deletions

View File

@@ -13,7 +13,7 @@ using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.Trees
{
[UmbracoTreeAuthorize(Constants.Trees.Macros)]
[Tree(Constants.Applications.Developer, Constants.Trees.Macros, "Macros", sortOrder: 2)]
[Tree(Constants.Applications.Settings, Constants.Trees.Macros, "Macros", sortOrder: 2)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class MacrosTreeController : TreeController