|
389 | 389 | enabled
|
390 | 390 | .......
|
391 | 391 |
|
392 |
| -**type**: ``boolean`` **default**: ``false`` |
| 392 | +**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation |
393 | 393 |
|
394 | 394 | Whether to enable the form services or not in the service container. If
|
395 | 395 | you don't use forms, setting this to ``false`` may increase your application's
|
@@ -420,8 +420,7 @@ csrf_protection
|
420 | 420 | enabled
|
421 | 421 | .......
|
422 | 422 |
|
423 |
| -**type**: ``boolean`` **default**: ``true`` if form support is enabled, ``false`` |
424 |
| -otherwise |
| 423 | +**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation |
425 | 424 |
|
426 | 425 | This option can be used to disable CSRF protection on *all* forms. But you
|
427 | 426 | can also :ref:`disable CSRF protection on individual forms <form-csrf-customization>`.
|
@@ -1464,7 +1463,7 @@ translator
|
1464 | 1463 | enabled
|
1465 | 1464 | .......
|
1466 | 1465 |
|
1467 |
| -**type**: ``boolean`` **default**: ``false`` |
| 1466 | +**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation |
1468 | 1467 |
|
1469 | 1468 | Whether or not to enable the ``translator`` service in the service container.
|
1470 | 1469 |
|
@@ -1532,8 +1531,7 @@ validation
|
1532 | 1531 | enabled
|
1533 | 1532 | .......
|
1534 | 1533 |
|
1535 |
| -**type**: ``boolean`` **default**: ``true`` if :ref:`form support is enabled <reference-form-enabled>`, |
1536 |
| -``false`` otherwise |
| 1534 | +**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation |
1537 | 1535 |
|
1538 | 1536 | Whether or not to enable validation support.
|
1539 | 1537 |
|
@@ -1642,7 +1640,7 @@ serializer
|
1642 | 1640 | enabled
|
1643 | 1641 | .......
|
1644 | 1642 |
|
1645 |
| -**type**: ``boolean`` **default**: ``false`` |
| 1643 | +**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation |
1646 | 1644 |
|
1647 | 1645 | Whether to enable the ``serializer`` service or not in the service container.
|
1648 | 1646 |
|
|
0 commit comments