add type
This commit is contained in:
@ -19,17 +19,17 @@
|
||||
</variable>
|
||||
<variable name='lemur_admin_password' type='password' description="Mot de passe de l'utilisateur admin de Lemur" auto_save="True"/>
|
||||
<variable name='lemur_admin_email' type='mail' description="Adresse courriel d'administration de Lemur" mandatory="True"/>
|
||||
<variable name='lemur_default_country' type='' description="" mandatory="True">
|
||||
<variable name='lemur_default_country' type='string' description="" mandatory="True">
|
||||
<value>FR</value>
|
||||
</variable>
|
||||
<variable name='lemur_default_state' type='' description="" mandatory="True">
|
||||
<variable name='lemur_default_state' type='string' description="" mandatory="True">
|
||||
<value>Bourgogne</value>
|
||||
</variable>
|
||||
<variable name='lemur_default_location' type='' description="" mandatory="True">
|
||||
<variable name='lemur_default_location' type='string' description="" mandatory="True">
|
||||
<value>Dijon</value>
|
||||
</variable>
|
||||
<variable name='lemur_default_organization' type='' description="" mandatory="True"/>
|
||||
<variable name='lemur_default_organization_unit' type='' description="" mandatory="True"/>
|
||||
<variable name='lemur_default_organization' type='string' description="" mandatory="True"/>
|
||||
<variable name='lemur_default_organization_unit' type='string' description="" mandatory="True"/>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
|
Reference in New Issue
Block a user