Struct tag
- Last UpdatedApr 28, 2023
- 1 minute read
The <struct> tag of the Config.xml tag is used to hierarchically group configuration setting items.
Code example
This is a code example for the struct tag.
<struct name="debug">
<item name="enableLog" type="sbool" value="False" description="Enable messages logging" constraints="" />
<item name="disableAssert" type="sbool" value="False" description="Disable Asserts display (but not the assert code)" constraints="" />
</struct>