refactor
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
<variable name="leader" type="string" description="leader" multi="True">
|
||||
<value>value</value>
|
||||
</variable>
|
||||
<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>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
<property>mandatory</property>
|
||||
<value>value</value>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user