Skip to content

Commit

Permalink
[TASK] Update XSD schema
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Sep 6, 2023
1 parent b1cc53f commit a047118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Schemas/Vhs.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2975,9 +2975,9 @@ ViewHelper makes advanced chained inline processing possible:
<xsd:documentation><![CDATA[Replacement to insert]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute type="xsd:integer" name="count" default="NULL">
<xsd:attribute type="xsd:anySimpleType" name="returnCount" default="NULL">
<xsd:annotation>
<xsd:documentation><![CDATA[Maximum number of times to perform replacement]]></xsd:documentation>
<xsd:documentation><![CDATA[If TRUE, returns the number of replacements that were performed instead of returning output string. See also `v:count.substring`.]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute type="xsd:boolean" name="caseSensitive" default="true">
Expand Down

0 comments on commit a047118

Please sign in to comment.