MINOR: show field by default

This commit is contained in:
Will Rossiter 2009-04-26 23:39:40 +00:00
parent 21e708156b
commit fc01169f69
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ class EditableFormField extends DataObject {
);
static $defaults = array(
"CanDelete" => "1"
"CanDelete" => "1",
"ShowOnLoad" => "1"
);
static $has_one = array(