rougail-output-doc/tests/changelog/10mod_variable_validator/after/rougail/00-base.yml

13 lines
225 B
YAML

%YAML 1.2
---
version: 1.1
var1:
description: first variable
validators:
- jinja: |
{% if _.var1 == "not valid2" %}
not valid2
{% endif %}
description: '"not valid2" is not allowed'
...