refactor(form-builder): pre-publish check reads form_field_bindings; drop binding JSON columns
This commit is contained in:
@@ -35,6 +35,7 @@ return [
|
||||
],
|
||||
|
||||
'company' => [
|
||||
'name' => ['type' => 'string', 'label' => 'Bedrijfsnaam', 'writable' => true],
|
||||
'contact_first_name' => ['type' => 'string', 'label' => 'Contact voornaam', 'writable' => true],
|
||||
'contact_last_name' => ['type' => 'string', 'label' => 'Contact achternaam', 'writable' => true],
|
||||
'contact_email' => ['type' => 'string', 'label' => 'Contact e-mail', 'writable' => true],
|
||||
|
||||
Reference in New Issue
Block a user