rougail-output-doc/tests/docs/no_namespace/00_6custom.md
2024-08-05 14:38:59 +02:00

5.1 KiB

Table of Contents

dictionaries/rougail/00-base.yml

---
version: '1.1'
custom1:
  description: the first variable
  type: custom
custom2:
  description: the seconf variable
  type: custom
  default: value

Variables

Variable                                                                                                   Description                                                                                               
custom1
custom basic mandatory
The first variable.
custom2
custom standard mandatory
The seconf variable.
Default: value

Example with mandatory variables not filled in

---
custom1: xxx

Example with all variables modifiable

---
custom1: xxx
custom2: value