mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -6,7 +6,7 @@ using Orchard.ContentManagement;
|
||||
using Orchard.ContentManagement.MetaData;
|
||||
using Orchard.Core.Common.Models;
|
||||
using Orchard.Core.Common.Settings;
|
||||
using Orchard.Core.Contents.Settings;
|
||||
using Orchard.Core.Contents.Extensions;
|
||||
using Orchard.Core.Navigation.Models;
|
||||
using Orchard.Core.Routable.Models;
|
||||
using Orchard.Core.Settings.Descriptor.Records;
|
||||
@@ -194,7 +194,7 @@ namespace Orchard.Setup.Services {
|
||||
contentDefinitionManager.AlterTypeDefinition("BlogPost", cfg => cfg
|
||||
.DisplayedAs("Blog Post")
|
||||
.WithPart("CommentsPart")
|
||||
.WithPart("HasTags")
|
||||
.WithPart("TagsPart")
|
||||
.WithPart("Localized")
|
||||
.Creatable()
|
||||
.Indexed());
|
||||
@@ -205,7 +205,7 @@ namespace Orchard.Setup.Services {
|
||||
.WithPart("IsRoutable")
|
||||
.WithPart("BodyPart")
|
||||
.WithPart("CommentsPart")
|
||||
.WithPart("HasTags")
|
||||
.WithPart("TagsPart")
|
||||
.WithPart("Localized")
|
||||
.Creatable()
|
||||
.Indexed());
|
||||
|
Reference in New Issue
Block a user