33 lines
848 B
XML
33 lines
848 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<creole>
|
||
|
|
||
|
<files/>
|
||
|
<containers/>
|
||
|
|
||
|
<variables>
|
||
|
<family name='général'>
|
||
|
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
||
|
<value>non</value>
|
||
|
</variable>
|
||
|
<variable name="autosavevar" type="string" description="autosave variable" hidden="True" auto_save="True"/>
|
||
|
</family>
|
||
|
<separators/>
|
||
|
</variables>
|
||
|
<constraints>
|
||
|
<fill name='calc_val' target='autosavevar'>
|
||
|
<param>oui</param>
|
||
|
</fill>
|
||
|
<condition name='frozen_if_in' source='mode_conteneur_actif'>
|
||
|
<param>oui</param>
|
||
|
<target type='variable'>autosavevar</target>
|
||
|
</condition>
|
||
|
|
||
|
</constraints>
|
||
|
|
||
|
<help/>
|
||
|
|
||
|
</creole>
|
||
|
<!-- vim: ts=4 sw=4 expandtab
|
||
|
-->
|