浏览代码

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