Removing shape tracing wrappers dynamically

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2011-03-10 22:37:50 -08:00
parent 1d4d4c41e1
commit 9d97bdb4cf
10 changed files with 8381 additions and 6403 deletions

View File

@@ -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;