rougail/tests/dictionaries/60extra_group_name/extra_dirs/extra/00-base.xml

19 lines
485 B
XML
Raw Normal View History

2021-04-13 11:07:10 +02:00
<?xml version='1.0' encoding='UTF-8'?>
2021-04-12 15:04:15 +02:00
<rougail version="0.9">
2021-04-13 11:07:10 +02:00
<variables>
<family name="ejabberd">
<variable name="description" type="string" multi="True">
<value>test</value>
</variable>
<variable name="mode" type="string">
<value>pre</value>
</variable>
</family>
</variables>
<constraints>
<group leader="extra.ejabberd.description" name="new_name">
<follower>mode</follower>
</group>
</constraints>
2021-04-12 15:04:15 +02:00
</rougail>