rougail/tests/dictionaries/20override_no_templating/00-base.xml

20 lines
459 B
XML
Raw Normal View History

2021-02-12 18:08:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2021-02-12 18:08:28 +01:00
<services>
<service name="test">
2021-02-20 10:41:53 +01:00
<override engine="none"/>
2021-02-12 18:08:28 +01:00
</service>
</services>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="No change">
<value>non</value>
</variable>
</family>
</variables>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->