35 lines
1009 B
JSON
35 lines
1009 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Date and Time",
|
|
"description": "Displays the current date and time.",
|
|
"settings": {
|
|
"title": "Settings for Date and Time widget",
|
|
"timezone":{
|
|
"label":"Timezone",
|
|
"info":"Select the name of your timezone, find yours here: "
|
|
},
|
|
"customTitle":{
|
|
"label":"City name or custom title"
|
|
},
|
|
"display24HourFormat": {
|
|
"label": "Display full time (24-hour)"
|
|
},
|
|
"dateFormat": {
|
|
"label": "Date formatting",
|
|
"data": {
|
|
"hide": "Hide Date"
|
|
}
|
|
},
|
|
"titleState": {
|
|
"label": "Clock title",
|
|
"info": "The custom title and the timezone code can be shown on your widget.<br/>You can also show the city alone, show none,<br/>or even show the timezone alone when both are selected but no title is provided.",
|
|
"data": {
|
|
"both": "Title and Timezone",
|
|
"city": "Title only",
|
|
"none": "None"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|