19 lines
399 B
Text
19 lines
399 B
Text
|
|
== Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
family: # New description
|
||
|
|
variable: example # A variable
|
||
|
|
----
|
||
|
|
== Example with all variables modifiable
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
family: # New description
|
||
|
|
variable: example # A variable
|
||
|
|
----
|