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" ,
2023-12-30 20:09:17 +01:00
"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)"
2023-08-09 20:33:17 +02:00
} ,
"dateFormat" : {
"label" : "Date formatting" ,
"data" : {
"hide" : "Hide Date"
}
} ,
"titleState" : {
2023-12-30 20:09:17 +01:00
"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." ,
2023-08-09 20:33:17 +02:00
"data" : {
2023-12-30 20:09:17 +01:00
"both" : "Title and Timezone" ,
"city" : "Title only" ,
2023-08-09 20:33:17 +02:00
"none" : "None"
}
2022-08-24 19:51:54 +02:00
}
}
}
2023-01-13 11:10:09 +00:00
}