14 lines
232 B
Text
14 lines
232 B
Text
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
a_dynamic_family1:
|
|
a_variable: a_value
|
|
a_subfamily:
|
|
a_variable: a_value
|
|
a_subdyn_family3:
|
|
a_variable: a_value
|
|
a_subdyn_family4:
|
|
a_variable: a_value
|
|
----
|