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.
28132813
28142814 .. code-block :: yaml
28152815
2816- # config/packages/lock.yml
2816+ # config/packages/lock.yaml
28172817 framework :
28182818 # these are all the supported lock stores
28192819 lock : ~
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ And update the template as follows:
184184 <ul id="email-fields-list"
185185 data-prototype="{{ form_widget(form.emails.vars.prototype)|e }}"
186186 data-widget-tags="{{ '<li></li>'|e }}"
187- data-widget-counter="{{ form.children |length }}">
187+ data-widget-counter="{{ form.emails |length }}">
188188 {% for emailField in form.emails %}
189189 <li>
190190 {{ form_errors(emailField) }}
You can’t perform that action at this time.
0 commit comments