This commit is contained in:
2020-07-16 09:50:01 +02:00
parent 7191bbbcb3
commit 05ca7ed578
194 changed files with 427 additions and 760 deletions

View File

@ -11,8 +11,8 @@
</family>
<family name="general-1">
<variable name="leader" type="string" description="leader" multi="True"/>
<variable name="follower1" type="string" description="follower1" multi="True"/>
<variable name="follower2" type="string" description="follower2" multi="True"/>
<variable name="follower1" type="string" description="follower1"/>
<variable name="follower2" type="string" description="follower2"/>
</family>
</variables>

View File

@ -18,10 +18,10 @@
<variable doc="leader" multi="True" name="leader" type="string">
<property>mandatory</property>
</variable>
<variable doc="follower1" multi="True" name="follower1" type="string">
<variable doc="follower1" multi="False" name="follower1" type="string">
<property>normal</property>
</variable>
<variable doc="follower2" multi="True" name="follower2" type="string">
<variable doc="follower2" multi="False" name="follower2" type="string">
<property>normal</property>
</variable>
</leader>