소스 검색

[FrameworkBundle] updated XSD

Fabien Potencier 14 년 전
부모
커밋
2eb06bee1e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

+ 2 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

@@ -71,6 +71,8 @@
         <xsd:attribute name="cache-warmer" type="cache_warmer" />
         <xsd:attribute name="resource" type="xsd:string" />
         <xsd:attribute name="type" type="xsd:string" />
+        <xsd:attribute name="http-port" type="xsd:string" />
+        <xsd:attribute name="https-port" type="xsd:string" />
     </xsd:complexType>
 
     <xsd:complexType name="session">