rougail-output-doc/tests/docs/no_namespace/16_5redefine_hidden.adoc

19 lines
242 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
---
version: '1.1'
variable: no # a variable
----
== dictionaries/rougail/01-redefine.yml
[,yaml]
----
---
version: '1.1'
variable:
redefine: true
hidden: true
mandatory: false
----