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 7 days ago. Updated 7 days ago.

Status:
New
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 deprectaed:

__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

Also available in: Atom PDF