refactoring

This commit is contained in:
2020-07-20 18:13:53 +02:00
parent 05ca7ed578
commit 17e09354fa
584 changed files with 2532 additions and 833 deletions

View File

@ -14,18 +14,18 @@
<property>normal</property>
<variable doc="leader" multi="True" name="leader" type="string">
<property>mandatory</property>
<value>leader</value>
<value type="string">leader</value>
</variable>
<variable doc="follower1" multi="True" name="follower1" type="string">
<property>mandatory</property>
<property>normal</property>
<value>value</value>
<value type="string">value</value>
</variable>
<variable doc="follower2" multi="True" name="follower2" type="string">
<property>mandatory</property>
<property>normal</property>
<value>value1</value>
<value>value2</value>
<value type="string">value1</value>
<value type="string">value2</value>
</variable>
</leader>
</family>