From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 14:35:07 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=21b534579ffe0eb14fe7f2914949ebd0f5c7bbcd;p=cubist_cms-back.git #2783 --- diff --git a/src/app/Magic/Fields/Field.php b/src/app/Magic/Fields/Field.php index 481ada2..c8d0052 100644 --- a/src/app/Magic/Fields/Field.php +++ b/src/app/Magic/Fields/Field.php @@ -36,7 +36,8 @@ class Field public function getDefaultAttributes() { - return ['type' => 'text', 'column' => false, 'form' => 'both', 'rules' => '']; + return ['type' => 'text', 'column' => false, 'form' => 'both', 'rules' => '' + , 'fillable' => true, 'guarded' => false, 'hidden' => false]; } public function __construct($attributes)