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 Jul 13, 2024
1 parent 6443e1f commit 5ec72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Schemas/Flux.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Defines a single field data structure.
</xsd:attribute>
<xsd:attribute type="xsd:string" name="transform" default="NULL">
<xsd:annotation>
<xsd:documentation><![CDATA[Set this to transform your value to this type - integer, array (for csv values), float, DateTime, Vendor\MyExt\Domain\Model\Object or ObjectStorage with type hint. ]]></xsd:documentation>
<xsd:documentation><![CDATA[Set this to transform your value to this type - integer, array (for csv values), float, DateTime, Vendor\MyExt\Domain\Model\Object or ObjectStorage with type hint.]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute type="xsd:string" name="onChange" default="NULL">
Expand Down

0 comments on commit 5ec72c9

Please sign in to comment.