File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2813,7 +2813,7 @@ A list of lock stores to be created by the framework extension.
2813
2813
2814
2814
.. code-block :: yaml
2815
2815
2816
- # config/packages/lock.yml
2816
+ # config/packages/lock.yaml
2817
2817
framework :
2818
2818
# these are all the supported lock stores
2819
2819
lock : ~
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ And update the template as follows:
184
184
<ul id="email-fields-list"
185
185
data-prototype="{{ form_widget(form.emails.vars.prototype)|e }}"
186
186
data-widget-tags="{{ '<li></li>'|e }}"
187
- data-widget-counter="{{ form.children |length }}">
187
+ data-widget-counter="{{ form.emails |length }}">
188
188
{% for emailField in form.emails %}
189
189
<li>
190
190
{{ form_errors(emailField) }}
You can’t perform that action at this time.
0 commit comments