rougail/tests/flattener_dicos/10autosave_hidden/00-base.xml

30 lines
668 B
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?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>
</constraints>
<help/>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->