26 lines
873 B
XML
26 lines
873 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<variables>
|
|
<family name="general" mode="expert">
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
</family>
|
|
<family name="enumfam" mode="expert">
|
|
<variable name="enumvar" type="choice" description="enumvar" help="bla bla bla">
|
|
<choice type="number">1</choice>
|
|
<choice type="number">2</choice>
|
|
<choice type="number">3</choice>
|
|
<value type="number">1</value>
|
|
</variable>
|
|
<variable name="test_variable" type="number" description="test variable"/>
|
|
</family>
|
|
</variables>
|
|
<constraints>
|
|
<condition name="hidden_if_in" source="condition">
|
|
<param>4</param>
|
|
<target type="variable">test_variable</target>
|
|
</condition>
|
|
</constraints>
|
|
</rougail>
|