Fixes on fields for new behaviour
This commit is contained in:
parent
2a342ad9f9
commit
890704010b
21 changed files with 78 additions and 36 deletions
|
|
@ -12,7 +12,7 @@ class EmailField extends PhangoField {
|
|||
public $size=200;
|
||||
public $value="";
|
||||
public $label="";
|
||||
public $form="PhangoApp\PhaModels\CoreForms::TextForm";
|
||||
public $form='PhangoApp\PhaModels\Forms\BaseForm';
|
||||
public $class="";
|
||||
public $required=0;
|
||||
public $quot_open='\'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue