Skip to content

Instantly share code, notes, and snippets.

@julrich
Created January 3, 2022 11:44
Show Gist options
  • Save julrich/53e095848a2bff66e0b869e775c34f9c to your computer and use it in GitHub Desktop.
Save julrich/53e095848a2bff66e0b869e775c34f9c to your computer and use it in GitHub Desktop.
renderingOptions:
submitButtonLabel: Absenden
type: Form
identifier: myForm
label: 'My Form'
prototypeName: standard
finishers:
-
options:
subject: Testemail
recipientAddress: [email protected]
recipientName: 'Jonas Ulrich'
senderAddress: [email protected]
senderName: 'No Reply'
replyToAddress: ''
carbonCopyAddress: ''
blindCarbonCopyAddress: ''
format: html
attachUploads: true
translation:
language: Standard
identifier: EmailToReceiver
renderables:
-
renderingOptions:
previousButtonLabel: 'Vorherige Seite'
nextButtonLabel: 'Nächster Schritt'
type: Page
identifier: page-1
label: Step
renderables:
-
type: GridRow
identifier: gridrow-1
label: 'Grid: Zeile'
renderables:
-
properties:
saveToFileMount: '2:/users/redakteur/redakteur_upload/'
allowedMimeTypes:
- application/pdf
elementDescription: Datei
fluidAdditionalAttributes:
required: required
type: FileUpload
identifier: fileupload-1
label: Dateiupload
validators:
-
identifier: NotEmpty
-
type: GridRow
identifier: gridrow-2
label: 'Grid: Zeile'
renderables:
-
defaultValue: ''
type: Text
identifier: text-1
label: Text
properties:
elementDescription: Test
fluidAdditionalAttributes:
required: required
validators:
-
identifier: NotEmpty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment