Code cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user