Actions
Task #106344
openProblem on https://docs.typo3.org/c/typo3/cms-form/13.4/en-us/I/Concepts/Finishers/Index.html
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2025-03-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Hello!
When i understand it correctly, the chapter "Add finisher to backend UI" has to change, because this is deprecated:
__inheritances: 10: 'mixins.formElementMixins.BaseCollectionEditorsMixin' It has to be changed to (i guess :D): 100: identifier: header templateName: Inspector-CollectionElementHeaderEditor label: "Custom Finisher" 110: identifier: 'customField' templateName: 'Inspector-TextEditor' label: 'Custom Field' propertyPath: 'options.customField' propertyValidators: 10: 'NotEmpty' # email field 120: identifier: 'email' templateName: 'Inspector-TextEditor' label: 'Subscribers email' propertyPath: 'options.email' enableFormelementSelectionButton: true propertyValidators: 10: 'NotEmpty' 20: 'FormElementIdentifierWithinCurlyBracesInclusive' 9999: identifier: removeButton templateName: Inspector-RemoveElementEditor
Thanks and best regards
Kai
Updated by Gerrit Code Review 7 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88619
Updated by Gerrit Code Review 7 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88619
Actions