rougail/tests/dictionaries/11valid_enum_function/yml/00-base.yml

21 lines
393 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- family:
name: general
variables:
- variable:
name: var
type: choice
description: New variable
value:
- type: number
text: '9'
choice:
- type: function
name: trange
param:
- type: number
text: '0'
- type: number
text: '10'