mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Remove editor completely when adding a fieldset to the layout editor.
This commit is contained in:
@@ -7,6 +7,10 @@ namespace Orchard.DynamicForms.Elements {
|
||||
get { return "Forms"; }
|
||||
}
|
||||
|
||||
public override bool HasEditor {
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public string Legend {
|
||||
get { return this.Retrieve(f => f.Legend); }
|
||||
set { this.Store(f => f.Legend, value); }
|
||||
|
Reference in New Issue
Block a user