Owner Editor is displayed by default for visual compatibility

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-05-29 10:51:37 -07:00
parent 331a36a703
commit 487b04e6b6

View File

@@ -7,6 +7,12 @@ using Orchard.ContentManagement.ViewModels;
namespace Orchard.Core.Common.OwnerEditor {
public class OwnerEditorSettings {
public OwnerEditorSettings() {
// owner editor should is displayed by default
ShowOwnerEditor = true;
}
public bool ShowOwnerEditor { get; set; }
}