Task #80407
closedDocumentation: Exclude options from overrides
100%
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.
Updated by Ioulia Kondratovitch almost 6 years ago
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: ~
Updated by Mathias Brodala over 5 years ago
- 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.
Updated by Mathias Brodala almost 5 years ago
- Tracker changed from Feature to Task
- Subject changed from Exclude options from overrides to Documentation: Exclude options from overrides
- TYPO3 Version set to 10
Updated by Björn Jacob over 3 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70538
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70538
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70538
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70538
Updated by Gerrit Code Review over 3 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70538
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70556
Updated by Björn Jacob over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0fa1f029c2d9a5f99c91fb09c33b932f24fc6e29.