mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +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 ContainerPartDriver : ContentPartDriver<ContainerPart>{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user