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

14 lines
225 B
YAML
Raw Permalink Normal View History

2025-10-14 12:58:39 +02:00
%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'
...