valid_enum is now choice

This commit is contained in:
2021-05-01 18:32:45 +02:00
parent d7a1a52ebb
commit b35d930d7e
91 changed files with 556 additions and 761 deletions

View File

@ -5,8 +5,18 @@
<variable name="description" type="string">
<value>Exportation de la base de ejabberd</value>
</variable>
<variable name="day" type="schedule" mandatory="True"/>
<variable name="mode" type="schedulemod" mandatory="True"/>
<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">
<choice>pre</choice>
<choice>post</choice>
<value>pre</value>
</variable>
<variable name="var1" type="string" mandatory="True"/>
</family>
</variables>