.. include:: /Includes.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.count: ======= [Count] ======= .. _prototypes.prototypeIdentifier.validatorsdefinition.count-validationerrorcodes: Validation error codes ====================== - Error code: `1475002976` - Error message: `You must enter a countable subject.` - Error code: `1475002994` - Error message: `You must select between %s to %s elements.` .. _prototypes.prototypeIdentifier.validatorsdefinition.count-properties: Properties ========== .. _prototypes.prototypeIdentifier.validatorsdefinition.count.implementationClassName: implementationClassName ----------------------- :aspect:`Option path` prototypes..validatorsDefinition.Count.implementationClassName :aspect:`Data type` string :aspect:`Needed by` Frontend :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 2 Count: implementationClassName: TYPO3\CMS\Form\Mvc\Validation\CountValidator :aspect:`Good to know` - :ref:`"Custom validator implementations"` :aspect:`Description` .. include:: ../properties/implementationClassName.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.count.options.minimum: options.minimum --------------- :aspect:`Option path` prototypes..validatorsDefinition.Count.options.minimum :aspect:`Data type` int :aspect:`Needed by` Frontend :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` undefined :aspect:`Description` The minimum count to accept. .. _prototypes.prototypeIdentifier.validatorsdefinition.count.options.maximum: options.maximum --------------- :aspect:`Option path` prototypes..validatorsDefinition.Count.options.maximum :aspect:`Data type` int :aspect:`Needed by` Frontend :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` undefined :aspect:`Description` The maximum count to accept. .. _prototypes.prototypeIdentifier.validatorsdefinition.count.formeditor.iconidentifier: formEditor.iconIdentifier ------------------------- :aspect:`Option path` prototypes..validatorsDefinition.Count.formEditor.iconIdentifier :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 3 Count: formEditor: iconIdentifier: form-validator label: formEditor.elements.MultiSelectionMixin.validators.Count.editor.header.label .. :aspect:`Good to know` ToDo :aspect:`Description` .. include:: ../properties/iconIdentifier.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.count.formeditor.label: formEditor.label ---------------- :aspect:`Option path` prototypes..validatorsDefinition.Count.formEditor.label :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 4 Count: formEditor: iconIdentifier: form-validator label: formEditor.elements.MultiSelectionMixin.validators.Count.editor.header.label :aspect:`Good to know` - :ref:`"Translate form editor settings"` :aspect:`Description` .. include:: ../properties/label.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.count.formeditor.predefineddefaults: formEditor.predefinedDefaults ----------------------------- :aspect:`Option path` prototypes..validatorsDefinition.Count.formEditor.predefinedDefaults :aspect:`Data type` array :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` No :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 3- Count: formEditor: predefinedDefaults: options: minimum: '' maximum: '' .. :aspect:`Good to know` ToDo :aspect:`Description` .. include:: ../properties/predefinedDefaults.rst.txt