refactor(form-builder): pre-publish check reads form_field_bindings; drop binding JSON columns
This commit is contained in:
@@ -38,7 +38,6 @@ final class FormFieldLibrary extends Model
|
||||
'validation_rules',
|
||||
'default_is_required',
|
||||
'default_is_filterable',
|
||||
'default_binding',
|
||||
'translations',
|
||||
'description',
|
||||
'is_active',
|
||||
@@ -48,7 +47,6 @@ final class FormFieldLibrary extends Model
|
||||
protected $casts = [
|
||||
'options' => 'array',
|
||||
'validation_rules' => 'array',
|
||||
'default_binding' => 'array',
|
||||
'translations' => 'array',
|
||||
'default_is_required' => 'bool',
|
||||
'default_is_filterable' => 'bool',
|
||||
|
||||
Reference in New Issue
Block a user