rougail-output-doc/tests/docs/base/60_0family_mode.adoc
2024-08-05 14:38:59 +02:00

36 lines
936 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
family: # a family
var:
description: A variable
mode: basic
default: non
----
== Variables for "rougail"
=== a family
`basic`
[cols="105a,105a",options="header"]
|====
| Variable | Description
|
**rougail.family.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
A variable. +
**Default**: non
|====
== Example with all variables modifiable
[,yaml]
----
rougail:
family:
var: non
----