Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .well-known/signage-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
"target": {
"type": "string",
"title": "Target date & time",
"description": "ISO 8601, e.g. 2026-12-31T23:59:59. A future target counts down; a past one counts up. Include an offset (…Z or …+02:00) or set the time zone below.",
"x-widget": "text"
"description": "A future target counts down; a past one counts up. The value is read in the time zone below (or its own offset if you paste one in).",
"format": "date-time",
"x-widget": "datetime"
},
"tz": {
"type": "string",
Expand Down
Loading