rougail/tests/dictionaries/80condition_without_target/00-base.xml

28 lines
941 B
XML
Raw Normal View History

2020-12-26 15:15:51 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2020-12-26 15:15:51 +01:00
<variables>
<family name="general">
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif" type="string" description="No change">
2020-12-26 15:15:51 +01:00
<value>non</value>
</variable>
2021-01-10 16:53:41 +01:00
<variable name="condition" type="string" description="No change">
2020-12-26 15:15:51 +01:00
<value>non</value>
</variable>
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif1" type="string" description="No change">
2020-12-26 15:15:51 +01:00
<value>non</value>
</variable>
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif2" type="string" description="No change">
2020-12-26 15:15:51 +01:00
<value>non</value>
</variable>
</family>
</variables>
<constraints>
2021-02-16 10:22:29 +01:00
<condition optional="True" name="disabled_if_in" source="condition">
2020-12-26 15:15:51 +01:00
<param>oui</param>
</condition>
</constraints>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->