File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,9 @@ value in pixels.
277277minPixels
278278~~~~~~~~~
279279
280+ .. versionadded :: 3.4
281+ The ``minPixels `` option has been introduced in Symfony 3.4.
282+
280283**type **: ``integer ``
281284
282285If set, the amount of pixels of the image file must be greater than or equal to this
@@ -285,6 +288,9 @@ value.
285288maxPixels
286289~~~~~~~~~
287290
291+ .. versionadded :: 3.4
292+ The ``maxPixels `` option has been introduced in Symfony 3.4.
293+
288294**type **: ``integer ``
289295
290296If set, the amount of pixels of the image file must be less than or equal to this
@@ -382,6 +388,9 @@ The error message if the height of the image is less than `minHeight`_.
382388maxPixelsMessage
383389~~~~~~~~~~~~~~~~
384390
391+ .. versionadded :: 3.4
392+ The ``maxPixelsMessage `` option has been introduced in Symfony 3.4.
393+
385394**type **: ``string `` **default **: ``The image has to many pixels ({{ pixels }} pixels).
386395Maximum amount expected is {{ max_pixels }} pixels. ``
387396
@@ -390,6 +399,9 @@ The error message if the amount of pixels of the image exceeds `maxPixels`_.
390399minPixelsMessage
391400~~~~~~~~~~~~~~~~
392401
402+ .. versionadded :: 3.4
403+ The ``minPixelsMessage `` option has been introduced in Symfony 3.4.
404+
393405**type **: ``string `` **default **: ``The image has to few pixels ({{ pixels }} pixels).
394406Minimum amount expected is {{ min_pixels }} pixels. ``
395407
You can’t perform that action at this time.
0 commit comments