mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
@@ -44,7 +44,7 @@ namespace Orchard.ContentTypes.Services {
|
||||
}
|
||||
|
||||
descriptor.Placement = ctx => {
|
||||
if(ctx.DisplayType != null) {
|
||||
if(ctx.DisplayType == null) {
|
||||
foreach(var customPlacement in customPlacements) {
|
||||
|
||||
var type = customPlacement.ContentType;
|
||||
|
Reference in New Issue
Block a user