13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
-
-
-
+
+
+
+
|
However it requires a structured field to avoid bulky definitions, yet
support enough variation.
Usually `config:` contains multiple indented lines, each being a
<acronym title="JSON, but quotes optional">JSOL</acronym>-dictionary.
<style>
.cnt-tbl { background: #f7f7f7; }
.ctn-tbl th { text-align: left }
.cnt-tbl td { padding: 3pt; border: 2px solid #eee; }
.cnt-tbl { background: #fcfcfc; }
.ctn-tbl th { vertical-align: left }
.cnt-tbl td, .cnt-tbl th { padding: 5pt; border: 2px solid #f3f3f3; }
</style>
<table class="cnt-tbl">
<tr>
<th><code>name:</code></th>
<td>associates some variable/constant/expression to a setting.</td>
</tr>
<tr>
|