rougail-output-doc/tests/changelog/11mod_variable_choices13/before/rougail/00-base.yml

15 lines
238 B
YAML

%YAML 1.2
---
version: 1.1
source_variable_1: # the first source variable
- val1
- val2
source_variable_2: val2 # the second source variable
my_variable:
description: a variable
choices:
variable: _.source_variable_1
...