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

@@ -51,7 +51,7 @@ namespace Orchard.Blogs {
public int UpdateFrom2() {
ContentDefinitionManager.AlterPartDefinition(typeof(BlogPart).Name, cfg => cfg
.WithLocation(new Dictionary<string, ContentLocation> {
{"Editor", new ContentLocation { Zone = "primary", Position = "1" }}
{"Editor", new ContentLocation { Zone = "Primary", Position = "1" }}
}));
return 3;
}