Ability ot turn off date view on analog clock & small grammer error fix in module.js

This commit is contained in:
Ashley M. Kirchner
2016-07-20 13:31:46 -06:00
parent ae37fa2bc5
commit 13305d111e
4 changed files with 21 additions and 4 deletions

View File

@@ -101,5 +101,12 @@ The following properties can be configured:
<br><b>Default value:</b> <code>bottom</code>
</td>
</tr>
<tr>
<td><code>analogShowDate</code></td>
<td><strong>Specific to the analog clock.</strong> If the clock is used as a separate module and set to analog only, this configures whether a date is also displayed with the clock.<br>
<br><b>Possible values:</b> <code>false</code>, <code>top</code>, or <code>bottom</code>
<br><b>Default value:</b> <code>top</code>
</td>
</tr>
</tbody>
</table>