mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
refactor: make minimal and clock as presets
This commit is contained in:
Vendored
+6
-1
@@ -505,7 +505,12 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"alias": "clock",
|
||||
"pathAndParams": "timer?timerType=clock"
|
||||
"pathAndParams": "timer?showLeadingZeros=true&timerType=clock&hideClock=true&hideCards=true&hideProgress=true&hideMessage=true&hideSecondary=true&hideLogo=true"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"alias": "minimal",
|
||||
"pathAndParams": "timer?showLeadingZeros=true&hideClock=true&hideCards=true&hideProgress=true&hideMessage=true&hideSecondary=true&hideLogo=true"
|
||||
}
|
||||
],
|
||||
"automation": {
|
||||
|
||||
Reference in New Issue
Block a user