rougail-output-doc/tests/docs/base/04_5disabled_calculation_variable2.adoc

31 lines
1.3 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
---
2024-07-10 21:27:48 +02:00
version: '1.1'
condition: true # a condition
variable:
description: a variable
disabled:
variable: _.condition
----
== Variables for "rougail"
2024-07-10 21:27:48 +02:00
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.condition** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
2024-07-10 21:27:48 +02:00
A condition. +
**Default**: True
2024-07-10 21:27:48 +02:00
|
**rougail.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `_disabled_` |
2024-07-10 21:27:48 +02:00
A variable. +
**Disabled**: when the variable "rougail.condition" has the value "True".
2024-07-10 21:27:48 +02:00
|====