for creole's zephir2 branch

This commit is contained in:
2019-11-23 08:17:35 +01:00
commit 841643e76e
700 changed files with 68183 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<creole>
<files/>
<containers/>
<variables>
<family name='général'>
<variable name='activer_ejabberd' type='oui/non' description="No change" hidden="True">
<value>non</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
</constraints>
<help/>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<creole>
<variables>
<family name='ejabberd'>
<variable name="description" type="string">
<value>Exportation de la base de ejabberd</value>
</variable>
<variable name="day" type="schedule"></variable>
<variable name="mode" type="schedulemod">
<value>pre</value>
</variable>
</family>
</variables>
<constraints>
</constraints>
</creole>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<creole>
<variables>
<family name='external'>
<variable name="description" type="string">
<value>test</value>
</variable>
</family>
</variables>
<constraints>
<condition name ='disabled_if_in' source='extra1.external.description'>
<param>non</param>
<target type='family'>extra.ejabberd</target>
</condition>
</constraints>
</creole>