mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-31 20:18:40 +08:00
parent
cc55aa83fe
commit
cc5477eee2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user