This commit is contained in:
2020-07-06 19:47:45 +02:00
parent 2e0e17705b
commit ef5297a4e4
297 changed files with 1560 additions and 3198 deletions

View File

@ -10,7 +10,7 @@
</variable>
<variable name="condition" type="oui/non" description="condition"/>
<variable name="leader" type="string" description="leader" multi="True"/>
<variable name="follower1" type="string" description="follower1" multi="True"/>
<variable name="follower1" type="string" description="follower1" multi="True" hidden="True"/>
<variable name="follower2" type="string" description="follower2" multi="True"/>
</family>
</variables>
@ -20,9 +20,9 @@
<follower>follower1</follower>
<follower>follower2</follower>
</group>
<auto name="calc_val" target="follower1">
<fill name="calc_val" target="follower1">
<param name="valeur">valfill</param>
</auto>
</fill>
<condition name="disabled_if_in" source="condition">
<param>oui</param>
<target type="variable">follower1</target>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<rougail>
<family doc="" name="creole">
<family doc="general" name="general">
<property>normal</property>
@ -36,4 +36,4 @@
</leader>
</family>
</family>
</creole>
</rougail>