Changing the page (content type) configuration during setup to not add the CommentsPart

- content type configuration should go to the appropriate modules (blog & post in orchard.blogs, page in a new orchard.pages that's pretty much only initially for page content type configuration)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-09-22 12:16:03 -07:00
parent 9b5e9c9633
commit 5b18a3f0c4

View File

@@ -208,7 +208,6 @@ namespace Orchard.Setup.Services {
.WithPart("PublishLaterPart")
.WithPart("RoutePart")
.WithPart("BodyPart")
.WithPart("CommentsPart")
.WithPart("TagsPart")
.WithPart("LocalizationPart")
.Creatable()