mirror of
https://git.wetfence.xyz/RandyTheSilly/1-More-Episode.git
synced 2026-08-27 20:26:26 -04:00
38 lines
1.0 KiB
JavaScript
38 lines
1.0 KiB
JavaScript
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"
|
|
}
|
|
];
|