Files

35 lines
1009 B
JSON
Raw Permalink Normal View History

2022-08-24 19:51:54 +02:00
{
"descriptor": {
2023-01-13 11:10:09 +00:00
"name": "Date and Time",
"description": "Displays the current date and time.",
2022-08-24 19:51:54 +02:00
"settings": {
2023-01-13 11:10:09 +00:00
"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"
},
2022-08-24 19:51:54 +02:00
"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"
}
2022-08-24 19:51:54 +02:00
}
}
}
2023-01-13 11:10:09 +00:00
}