From 279582ff21f745a7a2556f546f2e43b6bef294ff Mon Sep 17 00:00:00 2001 From: "Ashley M. Kirchner" Date: Fri, 8 Jul 2016 18:59:22 -0600 Subject: [PATCH] Analog clock addition (cherry picked from commit 9c7da4c24ee50b51e1e3ab513f73caadf3985e84) --- modules/default/clock/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/default/clock/README.md b/modules/default/clock/README.md index 6f27d927..b0c7f06d 100644 --- a/modules/default/clock/README.md +++ b/modules/default/clock/README.md @@ -75,28 +75,28 @@ The following properties can be configured: analogSize - **Specific to the analog clock** Defines how large the analog display is.
+ Specific to the analog clock. Defines how large the analog display is.

Possible values: A positive number of pixels
Default value: 200px analogFace - **Specific to the analog clock** Specifies which clock face to use.
+ Specific to the analog clock. Specifies which clock face to use.

Possible values: false for a default border, none for no face or border, or face-### (where ### is currently a value between 001 and 008, inclusive)
Default value: false secondsColor - **Specific to the analog clock** Specifies what color to make the 'seconds' hand.
+ Specific to the analog clock. Specifies what color to make the 'seconds' hand.

Possible values: any HTML RGB Color
Default value: #888888 analogPlacement - **Specific to the analog clock** *(requires displayType set to 'both')* Specifies where the analog clock is in relation to the digital clock
+ Specific to the analog clock. (requires displayType set to 'both') Specifies where the analog clock is in relation to the digital clock

Possible values: top, right, bottom, or left
Default value: bottom