Code cleanup

This commit is contained in:
Björn Fromme
2019-10-01 20:54:35 +02:00
parent f193fa9419
commit 5c5b722972
3 changed files with 60 additions and 39 deletions
@@ -10,11 +10,11 @@ finishers:
identifier: BpnApiFinisher
-
options:
subject: 'Kontaktanfrage von {firstName} {name}'
subject: 'Kontaktanfrage von {firstName} {lastName}'
recipientAddress: [email protected]
recipientName: 'E&P Reisen'
senderAddress: '{email}'
senderName: '{firstName} {name}'
senderName: '{firstName} {lastName}'
replyToAddress: [email protected]
carbonCopyAddress: ''
blindCarbonCopyAddress: ''
@@ -53,8 +53,8 @@ renderables:
-
defaultValue: ''
type: Text
identifier: name
label: Nachname
identifier: lastName
label: 'Nachname'
properties:
fluidAdditionalAttributes:
placeholder: 'Nachname'
@@ -73,7 +73,7 @@ renderables:
required: required
type: SingleSelect
identifier: gender
label: Gender
label: 'Gender'
validators:
-
identifier: NotEmpty
@@ -81,7 +81,7 @@ renderables:
defaultValue: ''
type: Text
identifier: email
label: E-Mail
label: 'E-Mail'
properties:
fluidAdditionalAttributes:
required: required
@@ -94,7 +94,7 @@ renderables:
defaultValue: ''
type: Text
identifier: street
label: Straße
label: 'Straße'
properties:
fluidAdditionalAttributes:
placeholder: 'Straße & Nr.'
@@ -113,7 +113,7 @@ renderables:
defaultValue: ''
type: Text
identifier: phone
label: Telefon
label: 'Telefon'
-
defaultValue: ''
type: Textarea