rougail/tests/flattener_dicos/01fill_autosave/00-base.xml

29 lines
721 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2019-11-23 08:17:35 +01:00
<creole>
2020-02-14 17:59:39 +01:00
<services/>
2019-11-23 08:17:35 +01:00
<variables>
2019-11-24 20:25:09 +01:00
<family name="general">
<variable name="mode_conteneur_actif" type="oui/non" description="No change" auto_save="True">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
2019-11-24 20:25:09 +01:00
<variable name="mode_conteneur_actif1" type="oui/non" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
2019-11-24 20:25:09 +01:00
<fill name="calc_val" target="mode_conteneur_actif">
<param type="eole">mode_conteneur_actif1</param>
2019-11-23 08:17:35 +01:00
</fill>
</constraints>
<help/>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->