Skip to content

Commit da5c778

Browse files
[SecurityBundle] Fix semantic configuration for singulars/plurals in XML
1 parent 5d85220 commit da5c778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/config/schema/twig-1.0.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<xsd:element name="form-theme" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
1515
<xsd:element name="global" type="global" minOccurs="0" maxOccurs="unbounded" />
1616
<xsd:element name="path" type="path" minOccurs="0" maxOccurs="unbounded" />
17+
<xsd:element name="file-name-pattern" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
1718
<xsd:element name="mailer" type="mailer" minOccurs="0" maxOccurs="1" />
1819
</xsd:sequence>
1920

@@ -26,6 +27,7 @@
2627
<xsd:attribute name="debug" type="xsd:string" />
2728
<xsd:attribute name="strict-variables" type="xsd:string" />
2829
<xsd:attribute name="default-path" type="xsd:string" />
30+
<xsd:attribute name="optimizations" type="xsd:integer" />
2931
</xsd:complexType>
3032

3133
<xsd:complexType name="date">

0 commit comments

Comments
 (0)