Skip to content

Commit

Permalink
[MonologBundle] Add missing MailHandler schema definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lenar committed May 12, 2011
1 parent 40795fc commit 20c77ac
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -31,6 +31,10 @@
<xsd:attribute name="buffer-size" type="xsd:integer" />
<xsd:attribute name="max-files" type="xsd:integer" />
<xsd:attribute name="handler" type="xsd:string" />
<xsd:attribute name="from_email" type="xsd:string" />
<xsd:attribute name="to_email" type="xsd:string" />
<xsd:attribute name="subject" type="xsd:string" />
<xsd:attribute name="email_prototype" type="xsd:string" />
<xsd:attribute name="formatter" type="xsd:string" />
</xsd:complexType>

Expand Down

0 comments on commit 20c77ac

Please sign in to comment.