support optional to condition to *list

This commit is contained in:
2021-02-15 18:23:57 +01:00
parent 5821b62f39
commit 86ec629ce3
21 changed files with 94 additions and 20 deletions

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<variables>
<variable name="condition" type="boolean"/>
</variables>
<constraints>
<condition name="disabled_if_in" source="condition">
<param>True</param>
<target type="filelist">unknown</target>
</condition>
</constraints>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->