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" } ];