mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 11:17:28 +08:00
Adding ShapeMenuItem
--HG-- branch : 1.x
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Orchard.Core.Navigation.Models;
|
||||
using Orchard.Data;
|
||||
using Orchard.ContentManagement.Handlers;
|
||||
|
||||
namespace Orchard.Core.Navigation.Handlers {
|
||||
public class ShapeMenuItemPartHandler : ContentHandler {
|
||||
public ShapeMenuItemPartHandler(IRepository<ShapeMenuItemPartRecord> repository) {
|
||||
Filters.Add(StorageFilter.For(repository));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user