Changes to "config" between 2018-07-04 01:46:39 and 2018-07-04 14:21:05

24
25
26
27
28
29
30
31

32
33
34
35

36
37
38
39

40
41
42
43

44
45
46
47
48
49
50
24
25
26
27
28
29
30

31
32
33
34

35
36
37
38

39
40
41
42

43
44
45
46
47
48
49
50







-
+



-
+



-
+



-
+







   <td>associates some variable/constant/expression to a setting.</td>
</tr>
<tr>
<th><code>type:</code></th>
<td> A few common types may cover 90% of configuration needs.
   <table>
    <tr>
       <th><code>bool</code>/<code>boolean</code></th>
       <th><code>bool</code></th>
       <td>would render as checkbox often.</td>
    </tr>
    <tr>
       <th><code>str</code>/<code>string</code></th>
       <th><code>str</code></th>
       <td>for plain textual content.</td>
    </tr>
    <tr>
       <th><code>int</code>/<code>integer</code></th>
       <th><code>int</code></th>
       <td>verifies the value to be numeric.</td>
    </tr>
    <tr>
       <th><code>select</code>/<code>multi</code></th>
       <th><code>select</code></th>
       <td> defining a predefined list of defaults.</td>
    </tr>
   </table>
</td>
</tr>
<tr>
    <th><code>select:</code></tt>