Changing primary content zone to "Primary" (from "primary")

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-11 15:45:32 -07:00
parent 71d3c9c32a
commit 302d0585b9
25 changed files with 34 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ namespace Orchard.Core.Routable {
public int UpdateFrom1() {
ContentDefinitionManager.AlterPartDefinition(typeof(RoutePart).Name, cfg => cfg
.WithLocation(new Dictionary<string, ContentLocation> {
{"Editor", new ContentLocation { Zone = "primary", Position = "before.5" }}
{"Editor", new ContentLocation { Zone = "Primary", Position = "before.5" }}
} ));
return 2;