Switching wrappers to beacons, to prevent nodes from being moved around

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2011-03-11 11:36:38 -08:00
parent 9d97bdb4cf
commit a368d16d57
3 changed files with 8 additions and 21 deletions

View File

@@ -29,16 +29,6 @@ namespace Orchard.DesignerTools.Services {
if (context.ShapeType != "Layout"
&& context.ShapeType != "DocumentZone"
&& context.ShapeType != "PlaceChildContent"
&& 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;