Created
March 2, 2024 08:41
-
-
Save kitzberger/e8646158535f00d6bceca07d63615a8c to your computer and use it in GitHub Desktop.
TYPO3 EXT:form field with label override per finisher
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
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