mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 21:13:35 +08:00
Started hooking up appropriate aspects for Blog and BlogPost. No functionality change.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041987
This commit is contained in:
@@ -10,7 +10,9 @@ namespace Orchard.Blogs.ViewModels {
|
||||
[Required]
|
||||
public string Slug { get; set; }
|
||||
|
||||
[Required]
|
||||
public bool Enabled { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
//[Required]
|
||||
//public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user