Files
nutty-tools/multistream-alerts/settings/settings.json
T

153 lines
2.7 KiB
JSON

{
"settings": [
{
"id": "showAvatar",
"label": "Show Avatar",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Appearance"
},
{
"id": "font",
"label": "Font",
"description": "",
"type": "text",
"defaultValue": "",
"group": "Appearance"
},
{
"id": "fontSize",
"label": "Font Size",
"description": "",
"type": "number",
"min": 1,
"max": 120,
"defaultValue": 30,
"group": "Appearance"
},
{
"id": "showAvatar",
"label": "Show Avatar",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Appearance"
},
{
"id": "useCustomBackground",
"label": "Use Custom Background",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Appearance"
},
{
"id": "background",
"label": "Background",
"description": "",
"type": "color",
"defaultValue": "#000000",
"group": "Appearance"
},
{
"id": "opacity",
"label": "Background Opacity",
"description": "",
"type": "number",
"defaultValue": "0.85",
"min": 0,
"max": 1,
"step": ".01",
"group": "Appearance"
},
{
"id": "hideAfter",
"label": "Hide After",
"description": "Alerts will show for X seconds",
"type": "number",
"min": 1,
"max": 120,
"defaultValue": 0,
"group": "General"
},
{
"id": "showAnimation",
"label": "Show Animation",
"description": "",
"type": "select",
"options": [
{
"value": "fade-in",
"label": "Fade In"
},
{
"value": "slide-from-top",
"label": "Slide From Top"
},
{
"value": "slide-from-bottom",
"label": "Slide From Bottom"
},
{
"value": "slide-from-left",
"label": "Slide From Left"
},
{
"value": "slide-from-right",
"label": "Slide From Right"
}
],
"defaultValue": "fade-in",
"group": "General"
},
{
"id": "hideAnimation",
"label": "Hide Animation",
"description": "",
"type": "select",
"options": [
{
"value": "fade-out",
"label": "Fade Out"
},
{
"value": "slide-top",
"label": "Slide Top"
},
{
"value": "slide-bottom",
"label": "Slide Bottom"
},
{
"value": "slide-left",
"label": "Slide Left"
},
{
"value": "slide-right",
"label": "Slide Right"
}
],
"defaultValue": "fade-in",
"group": "General"
},
{
"id": "alignment",
"label": "Alignment",
"description": "",
"type": "select",
"options": [
{
"value": "align-to-bottom",
"label": "Align To Bottom"
},
{
"value": "align-to-top",
"label": "Align To Top"
}
],
"defaultValue": "align-to-bottom",
"group": "General"
}
]
}