Skip to content

Commit b5d3ef7

Browse files
docs(weather-widget): add imperial windspeed option (#437)
1 parent 03fe4cd commit b5d3ef7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/widgets/weather/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ export const weatherWidget: WidgetDefinition = {
3030
},
3131
defaultValue: 'yes',
3232
},
33+
{
34+
name: 'Use imperial speed units',
35+
description: 'Display wind speed in mph instead of km/h',
36+
values: {
37+
type: 'boolean',
38+
},
39+
defaultValue: 'no',
40+
},
3341
{
3442
name: 'Weather location',
3543
description: 'Location for which to display the weather information',

0 commit comments

Comments
 (0)