rougail/tests/dictionaries/10load_multivalue/00-base.xml

14 lines
387 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2020-02-16 21:27:42 +01:00
<rougail>
2019-11-23 08:17:35 +01:00
<variables>
2019-11-24 20:25:09 +01:00
<family name="general">
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True" multi="True">
2019-11-23 08:17:35 +01:00
<value>non</value>
<value>oui</value>
</variable>
</family>
</variables>
2020-02-16 21:27:42 +01:00
</rougail>
2019-11-23 08:17:35 +01:00
<!-- vim: ts=4 sw=4 expandtab
-->