Files
homarr/public/locales/lol/modules/calendar.json
2023-09-01 21:55:45 +02:00

36 lines
762 B
JSON

{
"descriptor": {
"name": "Calendar",
"description": "Displayz calendar wif upcomin releasez, frum supportd integrations.",
"settings": {
"title": "Settings 4 Calendar Widget",
"useSonarrv4": {
"label": ""
},
"sundayStart": {
"label": "Start teh week on Sunday"
},
"radarrReleaseType": {
"label": "Radarr Release Type",
"data": {
"inCinemas": "",
"physicalRelease": "",
"digitalRelease": ""
}
},
"hideWeekDays": {
"label": ""
},
"fontSize": {
"label": "",
"data": {
"xs": "",
"sm": "",
"md": "",
"lg": "",
"xl": ""
}
}
}
}
}