mirror of
https://git.wetfence.xyz/RandyTheSilly/1-More-Episode.git
synced 2026-08-28 04:36:28 -04:00
Implement settings (via Clay)
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
module.exports = [
|
||||
{
|
||||
"type": "heading",
|
||||
"defaultValue": "1 More Episode | Settings"
|
||||
},
|
||||
{
|
||||
"type": "section",
|
||||
"items": [
|
||||
{
|
||||
"type": "heading",
|
||||
"defaultValue": "API Credentials"
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"messageKey": "CLAY_API_HOST",
|
||||
"label": "API Host",
|
||||
"description": "Example: https://jellyfin.example.com"
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"messageKey": "CLAY_API_KEY",
|
||||
"label": "API Key"
|
||||
},
|
||||
{
|
||||
"type": "toggle",
|
||||
"messageKey": "CLAY_API_IS_JELLYFIN",
|
||||
"defaultValue": true,
|
||||
"label": "Jellyfin Support",
|
||||
"description": "Toggle off if using Plex. If using Jellyfin, leave on :D"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "submit",
|
||||
"defaultValue": "Save Settings"
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user