mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Merge pull request #466 from oetiker/patch-1
By default, form fields should be visible
This commit is contained in:
commit
50b2a5c60d
@ -87,6 +87,11 @@ class EditableFormField extends DataObject {
|
||||
"ShowOnLoad" => "Boolean(1)", // from CustomSettings
|
||||
);
|
||||
|
||||
private static $defaults = array(
|
||||
'ShowOnLoad' => true,
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
* @config
|
||||
* @var array
|
||||
|
Loading…
x
Reference in New Issue
Block a user