Skip to content

Commit 584bab8

Browse files
author
Derek Clapham
committed
Added support for Slack to XSD
1 parent 20c4f4c commit 584bab8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Resources/config/schema/monolog-1.0.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
<xsd:attribute name="dsn" type="xsd:string" />
5656
<xsd:attribute name="client-id" type="xsd:string" />
5757
<xsd:attribute name="use-ssl" type="xsd:boolean" />
58+
<xsd:attribute name="username" type="xsd:string" />
59+
<xsd:attribute name="channel" type="xsd:string" />
60+
<xsd:attribute name="bot-name" type="xsd:string" />
61+
<xsd:attribute name="use-attachment" type="xsd:boolean" />
62+
<xsd:attribute name="icon-emoji" type="xsd:string" />
5863
</xsd:complexType>
5964

6065
<xsd:simpleType name="level">

0 commit comments

Comments
 (0)