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.
277
277
minPixels
278
278
~~~~~~~~~
279
279
280
+ .. versionadded :: 3.4
281
+ The ``minPixels `` option has been introduced in Symfony 3.4.
282
+
280
283
**type **: ``integer ``
281
284
282
285
If set, the amount of pixels of the image file must be greater than or equal to this
@@ -285,6 +288,9 @@ value.
285
288
maxPixels
286
289
~~~~~~~~~
287
290
291
+ .. versionadded :: 3.4
292
+ The ``maxPixels `` option has been introduced in Symfony 3.4.
293
+
288
294
**type **: ``integer ``
289
295
290
296
If 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`_.
382
388
maxPixelsMessage
383
389
~~~~~~~~~~~~~~~~
384
390
391
+ .. versionadded :: 3.4
392
+ The ``maxPixelsMessage `` option has been introduced in Symfony 3.4.
393
+
385
394
**type **: ``string `` **default **: ``The image has to many pixels ({{ pixels }} pixels).
386
395
Maximum amount expected is {{ max_pixels }} pixels. ``
387
396
@@ -390,6 +399,9 @@ The error message if the amount of pixels of the image exceeds `maxPixels`_.
390
399
minPixelsMessage
391
400
~~~~~~~~~~~~~~~~
392
401
402
+ .. versionadded :: 3.4
403
+ The ``minPixelsMessage `` option has been introduced in Symfony 3.4.
404
+
393
405
**type **: ``string `` **default **: ``The image has to few pixels ({{ pixels }} pixels).
394
406
Minimum amount expected is {{ min_pixels }} pixels. ``
395
407
You can’t perform that action at this time.
0 commit comments