Project

General

Profile

Actions

Task #106344

open

Problem on https://docs.typo3.org/c/typo3/cms-form/13.4/en-us/I/Concepts/Finishers/Index.html

Added by Kai Grosz 15 days ago. Updated 7 days ago.

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
Actions #1

Updated by Kai Grosz 15 days ago

  • Tracker changed from Bug to Task
Actions #2

Updated by Georg Ringer 7 days ago

  • Description updated (diff)
Actions #3

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

Actions #4

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

Also available in: Atom PDF