Task #80407
closed
Documentation: Exclude options from overrides
Added by Mathias Brodala over 7 years ago.
Updated about 3 years ago.
Sprint Focus:
Remote Sprint
Description
It would be useful if one could exclude options specified in a form definition from overrides.
Right now one only has the option to not specify an option at all which prevents it from showing up in the plugin FlexForm. There is no way to set an option and prevent overrides by FlexForm.
At least now you can achive this by using the code below (example) within your customized FormEngineSetup.yaml
Works both for TYPO3 8 and 9.
TYPO3:
CMS:
Form:
prototypes:
standard:
finishersDefinition:
EmailToSender:
FormEngine:
elements:
recipientAddress: ~
recipientName: ~
EmailToReceiver:
FormEngine:
elements:
recipientAddress: ~
senderAddress: ~
senderName: ~
replyToAddress: ~
translation: ~
- Status changed from New to Accepted
- Assignee set to Björn Jacob
Yeah, that's basically what I did in the end and it works perfectly fine, also in the latest master.
So from my POV documenting this as HowTo would be enough.
- Sprint Focus set to Remote Sprint
- Tags set to Documentation
- Tracker changed from Feature to Task
- Subject changed from Exclude options from overrides to Documentation: Exclude options from overrides
- TYPO3 Version set to 10
- TYPO3 Version changed from 10 to 11
- Status changed from Accepted to In Progress
- Status changed from In Progress to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF