Skip to content
Snippets Groups Projects
Commit 43c1dd41 authored by Stefan Frömken's avatar Stefan Frömken Committed by Christian Kuhn
Browse files

[TASK] Correct example for maximum of Count validator

Releases: main
Resolves: #98196
Change-Id: I55b2c082c96e580d345c32f04bc47d941e50425a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75540


Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent c9fef8b4
Branches
Tags
No related merge requests found
......@@ -68,7 +68,7 @@ checks if the given value contains the specified amount of elements. The
validator has 2 options:
- Minimum [:yaml:`options.minimum`]: The minimum count to accept.
- Maximum [:yaml:`options.minimum`]: The maximum count to accept.
- Maximum [:yaml:`options.maximum`]: The maximum count to accept.
.. _concepts-validators-date_range:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment