소스 검색

[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">