Thanks to visit codestin.com Credit goes to github.com
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 4dcd9f8 + 4d0bafa commit 60ed052Copy full SHA for 60ed052
reference/configuration/framework.rst
@@ -2813,7 +2813,7 @@ A list of lock stores to be created by the framework extension.
2813
2814
.. code-block:: yaml
2815
2816
- # config/packages/lock.yml
+ # config/packages/lock.yaml
2817
framework:
2818
# these are all the supported lock stores
2819
lock: ~
reference/forms/types/collection.rst
@@ -184,7 +184,7 @@ And update the template as follows:
184
<ul id="email-fields-list"
185
data-prototype="{{ form_widget(form.emails.vars.prototype)|e }}"
186
data-widget-tags="{{ '<li></li>'|e }}"
187
- data-widget-counter="{{ form.children|length }}">
+ data-widget-counter="{{ form.emails|length }}">
188
{% for emailField in form.emails %}
189
<li>
190
{{ form_errors(emailField) }}
0 commit comments