We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 336333c + ebf7654 commit d53bd31Copy full SHA for d53bd31
reference/configuration/web_profiler.rst
@@ -21,7 +21,7 @@ Configuration
21
toolbar
22
~~~~~~~
23
24
-**type**: ``boolean`` **default**: ``true``
+**type**: ``boolean`` **default**: ``false``
25
26
It enables and disables the toolbar entirely. Usually you set this to ``true``
27
in the ``dev`` and ``test`` environments and to ``false`` in the ``prod``
reference/forms/types/collection.rst
@@ -212,7 +212,7 @@ And update the template as follows:
212
213
<a href="#"
214
class="add-another-collection-widget"
215
- data-list="#email-field-list>Add another email</a>
+ data-list="#email-field-list">Add another email</a>
216
217
{# ... #}
218
{{ form_end(form) }}
0 commit comments