[AdvancedPassword]

Properties

implementationClassName

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.implementationClassName

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

No

form editor can write this property into the form definition (for prototype 'standard')

No

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  implementationClassName: TYPO3\CMS\Form\Domain\Model\FormElements\AdvancedPassword
Description

Classname which implements the form element.

properties.containerClassAttribute

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.properties.containerClassAttribute

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

Yes

form editor can write this property into the form definition (for prototype 'standard')

No

Mandatory

No

Default value (for prototype 'standard')
1AdvancedPassword:
2  properties:
3    containerClassAttribute: input
4    elementClassAttribute: input-medium
5    elementErrorClassAttribute: error
6    confirmationLabel: ''
7    confirmationClassAttribute: input-medium
Description

A CSS class which is typically wrapped around the form elements.

properties.elementClassAttribute

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.properties.elementClassAttribute

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

Yes

form editor can write this property into the form definition (for prototype 'standard')

No

Mandatory

No

Default value (for prototype 'standard')
1AdvancedPassword:
2  properties:
3    containerClassAttribute: input
4    elementClassAttribute: input-medium
5    elementErrorClassAttribute: error
6    confirmationLabel: ''
7    confirmationClassAttribute: input-medium
Description

A CSS class written to the form element.

properties.elementDescription

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.properties.elementDescription

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

Yes

Form editor can write this property into the form definition (for prototype 'standard')

Yes

Mandatory

No

Default value (for prototype 'standard')

Undefined

Good to know
Description

Set a description of the form element. By default, it is displayed below the form element.

properties.elementErrorClassAttribute

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.properties.elementErrorClassAttribute

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

Yes

form editor can write this property into the form definition (for prototype 'standard')

No

Mandatory

No

Default value (for prototype 'standard')
1AdvancedPassword:
2  properties:
3    containerClassAttribute: input
4    elementClassAttribute: input-medium
5    elementErrorClassAttribute: error
6    confirmationLabel: ''
7    confirmationClassAttribute: input-medium
Description

A CSS class which is written to the form element if validation errors exists.

properties.confirmationLabel

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.properties.confirmationLabel

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

Yes

form editor can write this property into the form definition (for prototype 'standard')

Yes

Mandatory

No

Default value (for prototype 'standard')
1AdvancedPassword:
2  properties:
3    containerClassAttribute: input
4    elementClassAttribute: input-medium
5    elementErrorClassAttribute: error
6    confirmationLabel: ''
7    confirmationClassAttribute: input-medium
Description

The label for the password confirmation form element.

properties.confirmationClassAttribute

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.properties.confirmationClassAttribute

Data type

string

Needed by

Frontend/ Backend (form editor)

Overwritable within form definition

Yes

form editor can write this property into the form definition (for prototype 'standard')

No

Mandatory

No

Default value (for prototype 'standard')
1AdvancedPassword:
2  properties:
3    containerClassAttribute: input
4    elementClassAttribute: input-medium
5    elementErrorClassAttribute: error
6    confirmationLabel: ''
7    confirmationClassAttribute: input-medium
Description

A CSS class written to the password confirmation form element.

formEditor

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor

Data type

array

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
  1AdvancedPassword:
  2  formEditor:
  3    editors:
  4      100:
  5        identifier: header
  6        templateName: Inspector-FormElementHeaderEditor
  7      200:
  8        identifier: label
  9        templateName: Inspector-TextEditor
 10        label: formEditor.elements.FormElement.editor.label.label
 11        propertyPath: label
 12      230:
 13         identifier: elementDescription
 14         templateName: Inspector-TextEditor
 15         label: formEditor.elements.FormElement.editor.elementDescription.label
 16         propertyPath: properties.elementDescription
 17      300:
 18        identifier: confirmationLabel
 19        templateName: Inspector-TextEditor
 20        label: formEditor.elements.AdvancedPassword.editor.confirmationLabel.label
 21        propertyPath: properties.confirmationLabel
 22      400:
 23        identifier: placeholder
 24        templateName: Inspector-TextEditor
 25        label: formEditor.elements.TextMixin.editor.placeholder.label
 26        propertyPath: properties.fluidAdditionalAttributes.placeholder
 27        compatibilityPropertyPath: properties.placeholder
 28        doNotSetIfPropertyValueIsEmpty: true
 29      700:
 30        identifier: gridColumnViewPortConfiguration
 31        templateName: Inspector-GridColumnViewPortConfigurationEditor
 32        label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.label
 33        configurationOptions:
 34          viewPorts:
 35            10:
 36              viewPortIdentifier: xs
 37              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.xs.label
 38            20:
 39              viewPortIdentifier: sm
 40              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.sm.label
 41            30:
 42              viewPortIdentifier: md
 43              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.md.label
 44            40:
 45              viewPortIdentifier: lg
 46              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.lg.label
 47          numbersOfColumnsToUse:
 48            label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.numbersOfColumnsToUse.label
 49            propertyPath: 'properties.gridColumnClassAutoConfiguration.viewPorts.{@viewPortIdentifier}.numbersOfColumnsToUse'
 50            fieldExplanationText: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.numbersOfColumnsToUse.fieldExplanationText
 51      800:
 52        identifier: requiredValidator
 53        templateName: Inspector-RequiredValidatorEditor
 54        label: formEditor.elements.FormElement.editor.requiredValidator.label
 55        validatorIdentifier: NotEmpty
 56        propertyPath: properties.fluidAdditionalAttributes.required
 57        propertyValue: required
 58      900:
 59        identifier: validators
 60        templateName: Inspector-ValidatorsEditor
 61        label: formEditor.elements.TextMixin.editor.validators.label
 62        selectOptions:
 63          10:
 64            value: ''
 65            label: formEditor.elements.TextMixin.editor.validators.EmptyValue.label
 66          20:
 67            value: Alphanumeric
 68            label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
 69          40:
 70            value: StringLength
 71            label: formEditor.elements.TextMixin.editor.validators.StringLength.label
 72          50:
 73            value: EmailAddress
 74            label: formEditor.elements.TextMixin.editor.validators.EmailAddress.label
 75          60:
 76            value: Integer
 77            label: formEditor.elements.TextMixin.editor.validators.Integer.label
 78          70:
 79            value: Float
 80            label: formEditor.elements.TextMixin.editor.validators.Float.label
 81          80:
 82            value: NumberRange
 83            label: formEditor.elements.TextMixin.editor.validators.NumberRange.label
 84          # @deprecated since v12, will be removed in v13
 85          90:
 86            value: RegularExpression
 87            label: formEditor.elements.TextMixin.editor.validators.RegularExpression.label
 88      9999:
 89        identifier: removeButton
 90        templateName: Inspector-RemoveElementEditor
 91    predefinedDefaults:
 92      properties:
 93        confirmationLabel: formEditor.element.AdvancedPassword.editor.confirmationLabel.predefinedDefaults
 94    propertyCollections:
 95      validators:
 96        10:
 97          identifier: Alphanumeric
 98          editors:
 99            100:
100              identifier: header
101              templateName: Inspector-CollectionElementHeaderEditor
102              label: formEditor.elements.TextMixin.validators.Alphanumeric.editor.header.label
103            9999:
104              identifier: removeButton
105              templateName: Inspector-RemoveElementEditor
106        20:
107          identifier: Text
108          editors:
109            100:
110              identifier: header
111              templateName: Inspector-CollectionElementHeaderEditor
112              label: formEditor.elements.TextMixin.validators.Text.editor.header.label
113            9999:
114              identifier: removeButton
115              templateName: Inspector-RemoveElementEditor
116        30:
117          identifier: StringLength
118          editors:
119            100:
120              identifier: header
121              templateName: Inspector-CollectionElementHeaderEditor
122              label: formEditor.elements.TextMixin.validators.StringLength.editor.header.label
123            200:
124              identifier: minimum
125              templateName: Inspector-TextEditor
126              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.minimum.label
127              propertyPath: options.minimum
128              propertyValidators:
129                10: Integer
130              additionalElementPropertyPaths:
131                10: properties.fluidAdditionalAttributes.minlength
132            300:
133              identifier: maximum
134              templateName: Inspector-TextEditor
135              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.maximum.label
136              propertyPath: options.maximum
137              propertyValidators:
138                10: Integer
139              additionalElementPropertyPaths:
140                10: properties.fluidAdditionalAttributes.maxlength
141            9999:
142              identifier: removeButton
143              templateName: Inspector-RemoveElementEditor
144        40:
145          identifier: EmailAddress
146          editors:
147            100:
148              identifier: header
149              templateName: Inspector-CollectionElementHeaderEditor
150              label: formEditor.elements.TextMixin.validators.EmailAddress.editor.header.label
151            9999:
152              identifier: removeButton
153              templateName: Inspector-RemoveElementEditor
154        50:
155          identifier: Integer
156          editors:
157            100:
158              identifier: header
159              templateName: Inspector-CollectionElementHeaderEditor
160              label: formEditor.elements.TextMixin.validators.Integer.editor.header.label
161            9999:
162              identifier: removeButton
163              templateName: Inspector-RemoveElementEditor
164        60:
165          identifier: Float
166          editors:
167            100:
168              identifier: header
169              templateName: Inspector-CollectionElementHeaderEditor
170              label: formEditor.elements.TextMixin.validators.Float.editor.header.label
171            9999:
172              identifier: removeButton
173              templateName: Inspector-RemoveElementEditor
174        70:
175          identifier: NumberRange
176          editors:
177            100:
178              identifier: header
179              templateName: Inspector-CollectionElementHeaderEditor
180              label: formEditor.elements.TextMixin.validators.NumberRange.editor.header.label
181            200:
182              identifier: minimum
183              templateName: Inspector-TextEditor
184              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.minimum.label
185              propertyPath: options.minimum
186              propertyValidators:
187                10: Integer
188              additionalElementPropertyPaths:
189                10: properties.fluidAdditionalAttributes.min
190            300:
191              identifier: maximum
192              templateName: Inspector-TextEditor
193              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.maximum.label
194              propertyPath: options.maximum
195              propertyValidators:
196                10: Integer
197              additionalElementPropertyPaths:
198                10: properties.fluidAdditionalAttributes.max
199            9999:
200              identifier: removeButton
201              templateName: Inspector-RemoveElementEditor
202        80:
203          identifier: RegularExpression
204          editors:
205            100:
206              identifier: header
207              templateName: Inspector-CollectionElementHeaderEditor
208              label: formEditor.elements.TextMixin.validators.RegularExpression.editor.header.label
209            200:
210              identifier: regex
211              templateName: Inspector-TextEditor
212              label: formEditor.elements.TextMixin.validators.RegularExpression.editor.regex.label
213              fieldExplanationText: formEditor.elements.TextMixin.validators.RegularExpression.editor.regex.fieldExplanationText
214              propertyPath: options.regularExpression
215              propertyValidators:
216                10: NotEmpty
217                20: RegularExpressionPattern
218            9999:
219              identifier: removeButton
220              templateName: Inspector-RemoveElementEditor
221    label: formEditor.elements.AdvancedPassword.label
222    group: custom
223    groupSorting: 500
224    iconIdentifier: form-advanced-password

formEditor.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.100

Data type

array/ [FormElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    editors:
4      100:
5        identifier: header
6        templateName: Inspector-FormElementHeaderEditor

formEditor.editors.200

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.200

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    editors:
4      200:
5        identifier: label
6        templateName: Inspector-TextEditor
7        label: formEditor.elements.FormElement.editor.label.label
8        propertyPath: label

formEditor.editors.230

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.230

Data type

array/ [TextEditor]

Needed by

Frontend/ Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
1Date:
2  formEditor:
3    editors:
4      230:
5        identifier: elementDescription
6        templateName: Inspector-TextEditor
7        label: formEditor.elements.FormElement.editor.elementDescription.label
8        propertyPath: properties.elementDescription

formEditor.editors.300

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.300

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    editors:
4      300:
5        identifier: confirmationLabel
6        templateName: Inspector-TextEditor
7        label: formEditor.elements.AdvancedPassword.editor.confirmationLabel.label
8        propertyPath: properties.confirmationLabel

formEditor.editors.400

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.400

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    editors:
 4      400:
 5        identifier: placeholder
 6        templateName: Inspector-TextEditor
 7        label: formEditor.elements.TextMixin.editor.placeholder.label
 8        propertyPath: properties.fluidAdditionalAttributes.placeholder
 9        compatibilityPropertyPath: properties.placeholder
10        doNotSetIfPropertyValueIsEmpty: true

formEditor.editors.700

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.700

Data type

array/ [GridColumnViewPortConfigurationEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    editors:
 4      700:
 5        identifier: gridColumnViewPortConfiguration
 6        templateName: Inspector-GridColumnViewPortConfigurationEditor
 7        label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.label
 8        configurationOptions:
 9          viewPorts:
10            10:
11              viewPortIdentifier: xs
12              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.xs.label
13            20:
14              viewPortIdentifier: sm
15              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.sm.label
16            30:
17              viewPortIdentifier: md
18              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.md.label
19            40:
20              viewPortIdentifier: lg
21              label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.lg.label
22          numbersOfColumnsToUse:
23            label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.numbersOfColumnsToUse.label
24            propertyPath: 'properties.gridColumnClassAutoConfiguration.viewPorts.{@viewPortIdentifier}.numbersOfColumnsToUse'
25            fieldExplanationText: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.numbersOfColumnsToUse.fieldExplanationText

formEditor.editors.800

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.800

Data type

array/ [RequiredValidatorEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    editors:
 4      800:
 5        identifier: requiredValidator
 6        templateName: Inspector-RequiredValidatorEditor
 7        label: formEditor.elements.FormElement.editor.requiredValidator.label
 8        validatorIdentifier: NotEmpty
 9        propertyPath: properties.fluidAdditionalAttributes.required
10        propertyValue: required

formEditor.editors.900

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.900

Data type

array/ [ValidatorsEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    editors:
 4      900:
 5        identifier: validators
 6        templateName: Inspector-ValidatorsEditor
 7        label: formEditor.elements.TextMixin.editor.validators.label
 8        selectOptions:
 9          10:
10            value: ''
11            label: formEditor.elements.TextMixin.editor.validators.EmptyValue.label
12          20:
13            value: Alphanumeric
14            label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
15          40:
16            value: StringLength
17            label: formEditor.elements.TextMixin.editor.validators.StringLength.label
18          50:
19            value: EmailAddress
20            label: formEditor.elements.TextMixin.editor.validators.EmailAddress.label
21          60:
22            value: Integer
23            label: formEditor.elements.TextMixin.editor.validators.Integer.label
24          70:
25            value: Float
26            label: formEditor.elements.TextMixin.editor.validators.Float.label
27          80:
28            value: NumberRange
29            label: formEditor.elements.TextMixin.editor.validators.NumberRange.label
30          # @deprecated since v12, will be removed in v13
31          90:
32            value: RegularExpression
33            label: formEditor.elements.TextMixin.editor.validators.RegularExpression.label

formEditor.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    editors:
4      9999:
5        identifier: removeButton
6        templateName: Inspector-RemoveElementEditor

formEditor.predefinedDefaults

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.predefinedDefaults

Data type

array

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    predefinedDefaults:
4      properties:
5        confirmationLabel: formEditor.element.AdvancedPassword.editor.confirmationLabel.predefinedDefaults
Description

Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.

formEditor.propertyCollections.validators.10

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.10

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        10:
 6          identifier: Alphanumeric
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Alphanumeric.editor.header.label
12            9999:
13              identifier: removeButton
14              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.10.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.10.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        10:
6          identifier: Alphanumeric
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.10.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.10.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        10:
 6          identifier: Alphanumeric
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Alphanumeric.editor.header.label

formEditor.propertyCollections.validators.10.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.10.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        10:
 6          identifier: Alphanumeric
 7          editors:
 8            9999:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.20

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.20

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        20:
 6          identifier: Text
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Text.editor.header.label
12            9999:
13              identifier: removeButton
14              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.20.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.20.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        20:
6          identifier: Text
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.20.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.20.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        20:
 6          identifier: Text
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Text.editor.header.label

formEditor.propertyCollections.validators.20.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.20.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        20:
 6          identifier: Text
 7          editors:
 8            9999:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.30

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.30

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        30:
 6          identifier: StringLength
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.StringLength.editor.header.label
12            200:
13              identifier: minimum
14              templateName: Inspector-TextEditor
15              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.minimum.label
16              propertyPath: options.minimum
17              propertyValidators:
18                10: Integer
19              additionalElementPropertyPaths:
20                10: properties.fluidAdditionalAttributes.minlength
21            300:
22              identifier: maximum
23              templateName: Inspector-TextEditor
24              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.maximum.label
25              propertyPath: options.maximum
26              propertyValidators:
27                10: Integer
28              additionalElementPropertyPaths:
29                10: properties.fluidAdditionalAttributes.maxlength
30            9999:
31              identifier: removeButton
32              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.30.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.30.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        30:
6          identifier: StringLength
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.30.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.30.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        30:
 6          identifier: StringLength
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.StringLength.editor.header.label

formEditor.propertyCollections.validators.30.editors.200

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.30.editors.200

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        30:
 6          identifier: StringLength
 7          editors:
 8            200:
 9              identifier: minimum
10              templateName: Inspector-TextEditor
11              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.minimum.label
12              propertyPath: options.minimum
13              propertyValidators:
14                10: Integer
15              additionalElementPropertyPaths:
16                10: properties.fluidAdditionalAttributes.minlength

formEditor.propertyCollections.validators.30.editors.300

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.30.editors.300

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        30:
 6          identifier: StringLength
 7          editors:
 8            300:
 9              identifier: maximum
10              templateName: Inspector-TextEditor
11              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.maximum.label
12              propertyPath: options.maximum
13              propertyValidators:
14                10: Integer
15              additionalElementPropertyPaths:
16                10: properties.fluidAdditionalAttributes.maxlength

formEditor.propertyCollections.validators.30.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.30.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        30:
 6          identifier: StringLength
 7          editors:
 8            9999:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.40

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.40

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        40:
 6          identifier: EmailAddress
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.EmailAddress.editor.header.label
12            9999:
13              identifier: removeButton
14              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.40.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.40.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        40:
6          identifier: EmailAddress
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.40.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.40.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        40:
 6          identifier: EmailAddress
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.EmailAddress.editor.header.label

formEditor.propertyCollections.validators.40.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.40.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        40:
 6          identifier: EmailAddress
 7          editors:
 8            100:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.50

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.50

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        50:
 6          identifier: Integer
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Integer.editor.header.label
12            9999:
13              identifier: removeButton
14              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.50.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.50.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        50:
6          identifier: Integer
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.50.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.50.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        50:
 6          identifier: Integer
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Integer.editor.header.label

formEditor.propertyCollections.validators.50.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.50.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        50:
 6          identifier: Integer
 7          editors:
 8            9999:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.60

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.60

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        60:
 6          identifier: Float
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Float.editor.header.label
12            9999:
13              identifier: removeButton
14              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.60.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.60.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        60:
6          identifier: Float
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.60.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.60.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        60:
 6          identifier: Float
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.Float.editor.header.label

formEditor.propertyCollections.validators.60.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.60.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        60:
 6          identifier: Float
 7          editors:
 8            100:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.70

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.70

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        70:
 6          identifier: NumberRange
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.NumberRange.editor.header.label
12            200:
13              identifier: minimum
14              templateName: Inspector-TextEditor
15              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.minimum.label
16              propertyPath: options.minimum
17              propertyValidators:
18                10: Integer
19              additionalElementPropertyPaths:
20                10: properties.fluidAdditionalAttributes.min
21            300:
22              identifier: maximum
23              templateName: Inspector-TextEditor
24              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.maximum.label
25              propertyPath: options.maximum
26              propertyValidators:
27                10: Integer
28              additionalElementPropertyPaths:
29                10: properties.fluidAdditionalAttributes.max
30            9999:
31              identifier: removeButton
32              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.70.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.70.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        70:
6          identifier: NumberRange
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.70.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.70.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        70:
 6          identifier: NumberRange
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.NumberRange.editor.header.label

formEditor.propertyCollections.validators.70.editors.200

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.70.editors.200

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        70:
 6          identifier: NumberRange
 7          editors:
 8            200:
 9              identifier: minimum
10              templateName: Inspector-TextEditor
11              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.minimum.label
12              propertyPath: options.minimum
13              propertyValidators:
14                10: Integer
15              additionalElementPropertyPaths:
16                10: properties.fluidAdditionalAttributes.min

formEditor.propertyCollections.validators.70.editors.300

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.70.editors.300

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        70:
 6          identifier: NumberRange
 7          editors:
 8            300:
 9              identifier: maximum
10              templateName: Inspector-TextEditor
11              label: formEditor.elements.MinimumMaximumEditorsMixin.editor.maximum.label
12              propertyPath: options.maximum
13              propertyValidators:
14                10: Integer
15              additionalElementPropertyPaths:
16                10: properties.fluidAdditionalAttributes.max

formEditor.propertyCollections.validators.70.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.70.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        70:
 6          identifier: NumberRange
 7          editors:
 8            9999:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.80

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.80

Data type

array

Needed by

Backend (form editor)

Mandatory

No

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        80:
 6          identifier: RegularExpression
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.RegularExpression.editor.header.label
12            200:
13              identifier: regex
14              templateName: Inspector-TextEditor
15              label: formEditor.elements.TextMixin.validators.RegularExpression.editor.regex.label
16              fieldExplanationText: formEditor.elements.TextMixin.validators.RegularExpression.editor.regex.fieldExplanationText
17              propertyPath: options.regularExpression
18              propertyValidators:
19                10: NotEmpty
20                20: RegularExpressionPattern
21            9999:
22              identifier: removeButton
23              templateName: Inspector-RemoveElementEditor

formEditor.propertyCollections.validators.80.identifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.80.identifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    propertyCollections:
4      validators:
5        80:
6          identifier: RegularExpression
Good to know
Description

Identifies the validator which should be attached to the form element. Must be equal to an existing <validatorIdentifier>.

formEditor.propertyCollections.validators.80.editors.100

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.80.editors.100

Data type

array/ [CollectionElementHeaderEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        80:
 6          identifier: RegularExpression
 7          editors:
 8            100:
 9              identifier: header
10              templateName: Inspector-CollectionElementHeaderEditor
11              label: formEditor.elements.TextMixin.validators.RegularExpression.editor.header.label

formEditor.propertyCollections.validators.80.editors.200

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.80.editors.200

Data type

array/ [TextEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        80:
 6          identifier: RegularExpression
 7          editors:
 8            200:
 9              identifier: regex
10              templateName: Inspector-TextEditor
11              label: formEditor.elements.TextMixin.validators.RegularExpression.editor.regex.label
12              fieldExplanationText: formEditor.elements.TextMixin.validators.RegularExpression.editor.regex.fieldExplanationText
13              propertyPath: options.regularExpression
14              propertyValidators:
15                10: NotEmpty
16                20: RegularExpressionPattern

formEditor.propertyCollections.validators.80.editors.9999

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.propertyCollections.validators.80.editors.9999

Data type

array/ [RemoveElementEditor]

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
 1AdvancedPassword:
 2  formEditor:
 3    propertyCollections:
 4      validators:
 5        80:
 6          identifier: RegularExpression
 7          editors:
 8            100:
 9              identifier: removeButton
10              templateName: Inspector-RemoveElementEditor

formEditor.label

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.label

Data type

string

Needed by

Backend (form editor)

Mandatory

Yes

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    label: formEditor.elements.AdvancedPassword.label
Good to know
Description

This label will be shown within the "new element" Modal.

formEditor.group

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.group

Data type

string

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    group: custom
Default value

Depends (see concrete element configuration)

Description

Define within which group within the form editor "new Element" modal the form element should be shown. The group value must be equal to an array key within formElementGroups.

formEditor.groupSorting

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.groupSorting

Data type

int

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    groupSorting: 500
Description

The position within the formEditor.group for this form element.

formEditor.iconIdentifier

Option path

prototypes.<prototypeIdentifier>.formElementsDefinition.AdvancedPassword.formEditor.iconIdentifier

Data type

string

Needed by

Backend (form editor)

Mandatory

Recommended

Default value (for prototype 'standard')
1AdvancedPassword:
2  formEditor:
3    iconIdentifier: form-advanced-password
Description

An icon identifier which must be registered through the \TYPO3\CMS\Core\Imaging\IconRegistry. This icon will be shown within