Преглед на файлове

[SwiftmailerBundle] updated XSD based on visual audit

Kris Wallsmith преди 15 години
родител
ревизия
66426733ec
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/Symfony/Framework/SwiftmailerBundle/Resources/config/schema/dic/swiftmailer/swiftmailer-1.0.xsd

+ 3 - 0
src/Symfony/Framework/SwiftmailerBundle/Resources/config/schema/dic/swiftmailer/swiftmailer-1.0.xsd

@@ -19,7 +19,10 @@
     <xsd:attribute name="encryption" type="encryption" />
     <xsd:attribute name="auth_mode" type="auth_mode" />
     <xsd:attribute name="transport" type="xsd:string" />
+    <xsd:attribute name="type" type="xsd:string" />
     <xsd:attribute name="delivery_strategy" type="delivery_strategy" />
+    <xsd:attribute name="delivery_address" type="xsd:string" />
+    <xsd:attribute name="disable_delivery" type="xsd:boolean" />
   </xsd:complexType>
 
   <xsd:complexType name="spool">