Created
January 3, 2022 11:44
-
-
Save julrich/53e095848a2bff66e0b869e775c34f9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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