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

32 lines
732 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
---
version: '1.1'
condition: yes # a condition
variable:
description: a variable
disabled:
variable: _.condition
when: yes
----
== Variables for "Rougail"
[cols="1a,1a"]
|====
| Variable | Description
|
**rougail.condition** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
A condition. +
**Default**: yes
|
**rougail.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` |
A variable. +
**Disabled**: when the variable "rougail.condition" has the value "yes".
|====