mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Renaming Content Schema admin menu item to Content Definition.
--HG-- branch : 1.x
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Orchard.ContentTypes {
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
builder.AddImageSet("contenttypes");
|
||||
builder.Add(T("Content Schema"), "1.4.1", menu => {
|
||||
builder.Add(T("Content Definition"), "1.4.1", menu => {
|
||||
menu.LinkToFirstChild(true);
|
||||
|
||||
menu.Add(T("Content Types"), "1", item => item.Action("Index", "Admin", new { area = "Orchard.ContentTypes" }).LocalNav());
|
||||
|
||||
Reference in New Issue
Block a user