13 lines
167 B
YAML
13 lines
167 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
custom1:
|
|
description: the first variable
|
|
type: custom
|
|
|
|
custom2:
|
|
description: the seconf variable
|
|
type: custom
|
|
default: value
|
|
...
|