thrag
thrag

Reputation: 1536

What view to use to override Orchard Content Menu Item

I have added "Content Menu Item" to the navigation in my Orchard Site. I also customized MenuItemLink.cshtml to do what i need.

The MenuItemLink changes work on menu items that link to a page but they do not run for "Content Menu Item"s that I add.

Where do I add customization for "Content Menu Items"?

Thanks for helping a rookie.

Upvotes: 0

Views: 68

Answers (1)

Judgestone
Judgestone

Reputation: 36

Thrag, just had this issue myself and found an answer. Create an alternate named MenuItemLink-ContentMenuItem.cshtml and copy your override in there also. Hope this helps

Upvotes: 2

Related Questions