mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 12:53:33 +08:00
Adding core Containers module
Container part used for content types that group child items together Containable part provides UI to select which item is ContainerId --HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Orchard.ContentManagement.Drivers;
|
||||
using Orchard.Core.Containers.Models;
|
||||
|
||||
namespace Orchard.Core.Containers.Drivers {
|
||||
public class ContainablePartDriver : ContentPartDriver<ContainablePart> {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user