mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Owner Editor is displayed by default for visual compatibility
--HG-- branch : 1.x
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user