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 Aug 1, 2023
1 parent 4e56417 commit 78cbcad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Private/Schemas/Flux.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ Defines a single field data structure.
<xsd:documentation><![CDATA[If TRUE, allows empty values (specifically excluding the number zero!) to be inherited - if inheritance is enabled by the ConfigurationProvider]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute type="xsd:boolean" name="clear" default="false">
<xsd:annotation>
<xsd:documentation><![CDATA[If TRUE, a "clear value" checkbox is displayed next to the field which when checked, completely destroys the current field value all the way down to the stored XML value]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute type="xsd:string" name="extensionName" default="NULL">
<xsd:annotation>
<xsd:documentation><![CDATA[If provided, enables overriding the extension context for this and all child nodes. The extension name is otherwise automatically detected from rendering context.]]></xsd:documentation>
Expand Down

0 comments on commit 78cbcad

Please sign in to comment.