Merge pull request #466 from oetiker/patch-1

By default, form fields should be visible
This commit is contained in:
Damian Mooyman 2016-05-12 20:29:49 +12:00
commit 50b2a5c60d

View File

@ -87,6 +87,11 @@ class EditableFormField extends DataObject {
"ShowOnLoad" => "Boolean(1)", // from CustomSettings "ShowOnLoad" => "Boolean(1)", // from CustomSettings
); );
private static $defaults = array(
'ShowOnLoad' => true,
);
/** /**
* @config * @config
* @var array * @var array