mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Added a time format setting
This commit is contained in:
@@ -24,6 +24,25 @@
|
||||
"defaultValue": false,
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"id": "timeFormat",
|
||||
"label": "Time Format",
|
||||
"description": "",
|
||||
"type": "select",
|
||||
"showIf": "showTimestamps",
|
||||
"options": [
|
||||
{
|
||||
"value": "12-hour",
|
||||
"label": "12 Hour Time"
|
||||
},
|
||||
{
|
||||
"value": "24-hour",
|
||||
"label": "24 Hour Time"
|
||||
}
|
||||
],
|
||||
"defaultValue": "12-hour",
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"id": "showBadges",
|
||||
"label": "Show Badges",
|
||||
|
||||
Reference in New Issue
Block a user