mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Minor update to the Orchard.Blogs Module.txt to get its feature detailed correctly
--HG-- branch : dev
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
using System.Web.Mvc;
|
||||
using Orchard.Core.Common.Models;
|
||||
using Orchard.ContentManagement;
|
||||
using Orchard.Environment.Extensions;
|
||||
|
||||
namespace Orchard.Blogs.Models {
|
||||
[OrchardFeature("Blog")]
|
||||
public class Blog : ContentPart<BlogRecord> {
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public int Id { get { return ContentItem.Id; } }
|
||||
|
@@ -1,7 +1,7 @@
|
||||
name: Blogs
|
||||
antiforgery: enabled
|
||||
features:
|
||||
Blog:
|
||||
Orchard.Blogs:
|
||||
Description: A simple web log
|
||||
Dependencies: Common, XmlRpc
|
||||
Category: Blog
|
Reference in New Issue
Block a user