rougail-output-doc/tests/docs/no_namespace/04_1default_calculation_hidden_2.md

6.2 KiB

Table of Contents

dictionaries/rougail/00-base.yml

---
version: 1.1

var1:
  description: a first variable
  default: value

var2:
  description: a second variable
  disabled:
    variable: _.var1
    when: value

var3:
  description: a third variable
  default:
    jinja: |
      {% if _.var2 is propertyerror %}
      value
      {% endif %}      

Variables

Variable                                                                                                   Description                                                                                               
var1
string standard mandatory
A first variable.
Default: value
var2
string basic mandatory disabled
A second variable.
Disabled: when the variable "var1" has the value "value".
var3
string standard mandatory
A third variable.
Default: depends on a calculation.