mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Removing shape tracing wrappers dynamically
--HG-- branch : dev
This commit is contained in:
@@ -29,7 +29,16 @@ namespace Orchard.DesignerTools.Services {
|
||||
if (context.ShapeType != "Layout"
|
||||
&& context.ShapeType != "DocumentZone"
|
||||
&& context.ShapeType != "PlaceChildContent"
|
||||
&& context.ShapeType != "ContentZone"
|
||||
&& context.ShapeType != "HeadScripts"
|
||||
&& context.ShapeType != "FootScripts"
|
||||
&& context.ShapeType != "HeadLinks"
|
||||
&& context.ShapeType != "FootLinks"
|
||||
&& context.ShapeType != "StylesheeLinks"
|
||||
&& context.ShapeType != "Style"
|
||||
&& context.ShapeType != "Feed"
|
||||
&& context.ShapeType != "Resource"
|
||||
&& context.ShapeType != "Meta"
|
||||
// && context.ShapeType != "ContentZone"
|
||||
&& context.ShapeType != "ShapeTracingMeta") {
|
||||
|
||||
var shapeMetadata = (ShapeMetadata)context.Shape.Metadata;
|
||||
|
||||
Reference in New Issue
Block a user