30 lines
949 B
Text
30 lines
949 B
Text
|
== dictionaries/rougail/00-base.yml
|
||
|
|
||
|
[,yaml]
|
||
|
----
|
||
|
version: 1.1
|
||
|
variable:
|
||
|
description: an auto save variable
|
||
|
auto_save: true
|
||
|
default: no
|
||
|
----
|
||
|
== Variables
|
||
|
|
||
|
[cols="121a,121a",options="header"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
**variable** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `auto modified` |
|
||
|
An auto save variable. +
|
||
|
**Default**: no
|
||
|
|====
|
||
|
|
||
|
|
||
|
== Example with all variables modifiable
|
||
|
|
||
|
[,yaml]
|
||
|
----
|
||
|
variable: no
|
||
|
----
|