3.7 KiB
3.7 KiB
Table of Contents
dictionaries/rougail/00-base.yml
---
version: '1.1'
int:
description: A number
type: number
validators:
- jinja: |
{% if _.int > 100 %}
value is too high
{% endif %}
description: the max value is 100
Variables
Variable | Description |
---|---|
intnumber basic obligatoire |
A number. Validator: the max value is 100. |