valid_enum is now choice
This commit is contained in:
@ -5,9 +5,17 @@
|
||||
<variable name="description" type="string">
|
||||
<value>Exportation de la base de ejabberd</value>
|
||||
</variable>
|
||||
<variable name="day" type="schedule"/>
|
||||
<variable name="mode" type="schedulemod">
|
||||
<variable name="day" type="choice" mandatory="True">
|
||||
<choice>none</choice>
|
||||
<choice>daily</choice>
|
||||
<choice>weekly</choice>
|
||||
<choice>monthly</choice>
|
||||
<value>none</value>
|
||||
</variable>
|
||||
<variable name="mode" type="choice" mandatory="True">
|
||||
<value>pre</value>
|
||||
<choice>pre</choice>
|
||||
<choice>post</choice>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
|
Reference in New Issue
Block a user