This commit is contained in:
2020-07-07 18:12:16 +02:00
parent eb6b22e5b1
commit ef948fa109
183 changed files with 798 additions and 914 deletions

View File

@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<family doc="rougail" name="rougail">
<family doc="general" name="general">
<property>expert</property>
<variable doc="No change" multi="False" name="mode_conteneur_actif" type="choice">
<choice type="string">oui</choice>
<choice type="string">non</choice>
<property>mandatory</property>
<property>expert</property>
<value type="string">non</value>
</variable>
</family>
<family doc="enumfam" name="enumfam">
<property>expert</property>
<variable doc="multi" help="bla bla bla" multi="False" name="enumvar" type="choice">
<choice type="string">a</choice>
<choice type="string">b</choice>
<choice type="string"></choice>
<property>mandatory</property>
<property>expert</property>
<value type="string">b</value>
</variable>
</family>
<separators/>
</family>
</rougail>