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

Commit7ccec46

Browse files
committed
Fix XML tag array attribute example
1 parentc50db62 commit7ccec46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎service_container/tags.rst‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,10 @@ To answer this, change the service declaration:
481481
482482
<serviceid="MailerSendmailTransport">
483483
<tagname="app.mail_transport">
484-
<attribute>sendmail</attribute>
485-
<attribute>anotherAlias</attribute>
484+
<attributename="alias">
485+
<attributename="0">sendmail</attribute>
486+
<attributename="1">anotherAlias</attribute>
487+
</attribute>
486488
</tag>
487489
</service>
488490
</services>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp