refactoring
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user