6.2 KiB
6.2 KiB
Table of Contents
dictionaries/rougail/00-base.yml
---
version: '1.1'
source_variable_1: val1 # the first source variable
source_variable_2: val2 # the second source variable
my_variable:
description: a variable
type: choice
choices:
- variable: _.source_variable_1
- variable: _.source_variable_2
default: val1
Variables
Variable | Description |
---|---|
source_variable_1string standard mandatory |
The first source variable. Default: val1 |
source_variable_2string standard mandatory |
The second source variable. Default: val2 |
my_variablechoice standard mandatory |
A variable. Choices: - the value of the variable "source_variable_1". - the value of the variable "source_variable_2". Default: val1 |