Removed the HomepageTimer

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2022-10-12 15:16:22 -05:00
parent 433449b188
commit fb3733e446
9 changed files with 7 additions and 226 deletions
@@ -499,28 +499,6 @@
}
}
},
"homepage": {
"type": "object",
"properties": {
"clocks": {
"type": "array",
"items": {
"type": "object",
"required": ["label", "timezone"],
"properties": {
"label": {
"visibility": "frontend",
"type": "string"
},
"timezone": {
"visibility": "frontend",
"type": "string"
}
}
}
}
}
},
"integrations": {
"description": "Configuration for integrations towards various external repository provider systems",
"type": "object",