Skip to content

Commit d53bd31

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: Fixed the default value for toolbar configuration Close the tag minor #9051 Update routing.rst (rickwest)
2 parents 336333c + ebf7654 commit d53bd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/configuration/web_profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Configuration
2121
toolbar
2222
~~~~~~~
2323

24-
**type**: ``boolean`` **default**: ``true``
24+
**type**: ``boolean`` **default**: ``false``
2525

2626
It enables and disables the toolbar entirely. Usually you set this to ``true``
2727
in the ``dev`` and ``test`` environments and to ``false`` in the ``prod``

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ And update the template as follows:
212212
213213
<a href="#"
214214
class="add-another-collection-widget"
215-
data-list="#email-field-list>Add another email</a>
215+
data-list="#email-field-list">Add another email</a>
216216

217217
{# ... #}
218218
{{ form_end(form) }}

0 commit comments

Comments
 (0)