diff --git a/src/Orchard.Web/Core/Contents/Shapes.cs b/src/Orchard.Web/Core/Contents/Shapes.cs index 1f3211664..8435a9806 100644 --- a/src/Orchard.Web/Core/Contents/Shapes.cs +++ b/src/Orchard.Web/Core/Contents/Shapes.cs @@ -25,15 +25,6 @@ namespace Orchard.Core.Contents { displaying.ShapeMetadata.Wrappers.Add("Content_ControlWrapper"); } }); - - builder.Describe("Content_Edit") - .OnDisplaying(displaying => { - ContentItem contentItem = displaying.Shape.ContentItem; - if (contentItem != null) { - //Content-Page.Edit - displaying.ShapeMetadata.Alternates.Add("Content_Edit__" + contentItem.ContentType); - } - }); } } }