Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d0bafa

Browse files
committed
Minor fixes
1 parentb344f08 commit4d0bafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎reference/configuration/framework.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ A list of lock stores to be created by the framework extension.
27622762

27632763
..code-block::yaml
27642764
2765-
# config/packages/lock.yml
2765+
# config/packages/lock.yaml
27662766
framework:
27672767
# these are all the supported lock stores
27682768
lock:~

‎reference/forms/types/collection.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp