Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Created March 2, 2024 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitzberger/e8646158535f00d6bceca07d63615a8c to your computer and use it in GitHub Desktop.
Save kitzberger/e8646158535f00d6bceca07d63615a8c to your computer and use it in GitHub Desktop.
TYPO3 EXT:form field with label override per finisher
renderables:
-
type: Page
identifier: page
label: Form
renderables:
-
defaultValue: ''
type: Text
identifier: name
label: 'Your name'
variants:
-
identifier: name
condition: 'finisherIdentifier in ["EmailToReceiver"]'
renderingOptions:
translation:
translationFiles:
0: EXT:my_extension/Resources/Private/Language/locallang_email_to_receiver.xlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment