mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
326 lines
12 KiB
JSON
326 lines
12 KiB
JSON
{
|
|
"settings": [
|
|
{
|
|
"id": "language",
|
|
"label": "Language",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "en", "label": "English" },
|
|
{ "value": "ar", "label": "العربية (Arabic)" },
|
|
{ "value": "bg", "label": "Български (Bulgarian)" },
|
|
{ "value": "zh-cn", "label": "中文 (Chinese Simplified)" },
|
|
{ "value": "zh-tw", "label": "中文 (Chinese Traditional)" },
|
|
{ "value": "cs", "label": "Čeština (Czech)" },
|
|
{ "value": "da", "label": "Dansk (Danish)" },
|
|
{ "value": "nl", "label": "Nederlands (Dutch)" },
|
|
{ "value": "fi", "label": "Suomi (Finnish)" },
|
|
{ "value": "fr", "label": "Français (French)" },
|
|
{ "value": "de", "label": "Deutsch (German)" },
|
|
{ "value": "el", "label": "Ελληνικά (Greek)" },
|
|
{ "value": "he", "label": "עברית (Hebrew)" },
|
|
{ "value": "hi", "label": "हिन्दी (Hindi)" },
|
|
{ "value": "hu", "label": "Magyar (Hungarian)" },
|
|
{ "value": "id", "label": "Bahasa Indonesia (Indonesian)" },
|
|
{ "value": "it", "label": "Italiano (Italian)" },
|
|
{ "value": "ja", "label": "日本語 (Japanese)" },
|
|
{ "value": "ko", "label": "한국어 (Korean)" },
|
|
{ "value": "nb", "label": "Norsk bokmål (Norwegian Bokmål)" },
|
|
{ "value": "pl", "label": "Polski (Polish)" },
|
|
{ "value": "pt", "label": "Português (Portuguese)" },
|
|
{ "value": "ro", "label": "Română (Romanian)" },
|
|
{ "value": "ru", "label": "Русский (Russian)" },
|
|
{ "value": "sk", "label": "Slovenčina (Slovak)" },
|
|
{ "value": "es", "label": "Español (Spanish)" },
|
|
{ "value": "sv", "label": "Svenska (Swedish)" },
|
|
{ "value": "th", "label": "ไทย (Thai)" },
|
|
{ "value": "tr", "label": "Türkçe (Turkish)" },
|
|
{ "value": "uk", "label": "Українська (Ukrainian)" },
|
|
{ "value": "vi", "label": "Tiếng Việt (Vietnamese)" }
|
|
],
|
|
"defaultValue": "en",
|
|
"group": "General"
|
|
},
|
|
{
|
|
"id": "timezone",
|
|
"label": "Timezone",
|
|
"description": "Enter an IANA timezone (e.g., America/New_York, Europe/London). Leave blank to use local time.",
|
|
"type": "timezone",
|
|
"defaultValue": "",
|
|
"group": "General"
|
|
},
|
|
{
|
|
"id": "font",
|
|
"label": "Font",
|
|
"description": "<a href=\"ms-settings:fonts\">Check installed fonts</a>",
|
|
"type": "font",
|
|
"defaultValue": "",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "textAlignment",
|
|
"label": "Text Alignment",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "left", "label": "Left" },
|
|
{ "value": "center", "label": "Center" },
|
|
{ "value": "right", "label": "Right" }
|
|
],
|
|
"defaultValue": "center",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "enableLine1",
|
|
"label": "Enable Line 1",
|
|
"description": "Show the first line of the clock",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line1Format",
|
|
"label": "Format",
|
|
"description": "<a href='https://day.js.org/docs/en/display/format' target='_blank'>Click here for formatting options</a>",
|
|
"type": "text",
|
|
"defaultValue": "hh:mm:ss A",
|
|
"showIf": "enableLine1",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line1FontSize",
|
|
"label": "Font Size",
|
|
"description": "",
|
|
"type": "number",
|
|
"min": 1,
|
|
"max": 120,
|
|
"defaultValue": 50,
|
|
"showIf": "enableLine1",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line1FontWeight",
|
|
"label": "Font Weight",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "100", "label": "Thin" },
|
|
{ "value": "200", "label": "Extra Light" },
|
|
{ "value": "300", "label": "Light" },
|
|
{ "value": "400", "label": "Regular" },
|
|
{ "value": "500", "label": "Medium" },
|
|
{ "value": "600", "label": "Semi Bold" },
|
|
{ "value": "700", "label": "Bold" },
|
|
{ "value": "800", "label": "Extra Bold" },
|
|
{ "value": "900", "label": "Black" }
|
|
],
|
|
"defaultValue": "800",
|
|
"showIf": "enableLine1",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line1FontColor",
|
|
"label": "Font Color",
|
|
"description": "",
|
|
"type": "color",
|
|
"defaultValue": "#ffffff",
|
|
"showIf": "enableLine1",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line1FontOpacity",
|
|
"label": "Font Opacity",
|
|
"description": "",
|
|
"type": "number",
|
|
"defaultValue": "1",
|
|
"min": 0,
|
|
"max": 1,
|
|
"step": ".01",
|
|
"showIf": "enableLine1",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line1TextTransform",
|
|
"label": "Text Transform",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "none", "label": "Normal" },
|
|
{ "value": "uppercase", "label": "Uppercase" },
|
|
{ "value": "lowercase", "label": "Lowercase" },
|
|
{ "value": "capitalize", "label": "Capitalize" }
|
|
],
|
|
"defaultValue": "uppercase",
|
|
"showIf": "enableLine1",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "enableLine2",
|
|
"label": "Enable Line 2",
|
|
"description": "Show the second line of the clock",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line2Format",
|
|
"label": "Format",
|
|
"description": "<a href='https://day.js.org/docs/en/display/format' target='_blank'>Click here for formatting options</a>",
|
|
"type": "text",
|
|
"defaultValue": "ddd D MMM YY",
|
|
"showIf": "enableLine2",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line2FontSize",
|
|
"label": "Font Size",
|
|
"description": "",
|
|
"type": "number",
|
|
"min": 1,
|
|
"max": 120,
|
|
"defaultValue": 40,
|
|
"showIf": "enableLine2",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line2FontWeight",
|
|
"label": "Font Weight",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "100", "label": "Thin" },
|
|
{ "value": "200", "label": "Extra Light" },
|
|
{ "value": "300", "label": "Light" },
|
|
{ "value": "400", "label": "Regular" },
|
|
{ "value": "500", "label": "Medium" },
|
|
{ "value": "600", "label": "Semi Bold" },
|
|
{ "value": "700", "label": "Bold" },
|
|
{ "value": "800", "label": "Extra Bold" },
|
|
{ "value": "900", "label": "Black" }
|
|
],
|
|
"defaultValue": "400",
|
|
"showIf": "enableLine2",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line2FontColor",
|
|
"label": "Font Color",
|
|
"description": "",
|
|
"type": "color",
|
|
"defaultValue": "#ffffff",
|
|
"showIf": "enableLine2",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line2FontOpacity",
|
|
"label": "Font Opacity",
|
|
"description": "",
|
|
"type": "number",
|
|
"defaultValue": "0.9",
|
|
"min": 0,
|
|
"max": 1,
|
|
"step": ".01",
|
|
"showIf": "enableLine2",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line2TextTransform",
|
|
"label": "Text Transform",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "none", "label": "Normal" },
|
|
{ "value": "uppercase", "label": "Uppercase" },
|
|
{ "value": "lowercase", "label": "Lowercase" },
|
|
{ "value": "capitalize", "label": "Capitalize" }
|
|
],
|
|
"defaultValue": "uppercase",
|
|
"showIf": "enableLine2",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "enableLine3",
|
|
"label": "Enable Line 3",
|
|
"description": "Show the third line of the clock",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line3Format",
|
|
"label": "Format",
|
|
"description": "<a href='https://day.js.org/docs/en/display/format' target='_blank'>Click here for formatting options</a>",
|
|
"type": "text",
|
|
"defaultValue": "ddd DD MMM YYYY hh:mm:ss A z",
|
|
"showIf": "enableLine3",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line3FontSize",
|
|
"label": "Font Size",
|
|
"description": "",
|
|
"type": "number",
|
|
"min": 1,
|
|
"max": 120,
|
|
"defaultValue": 30,
|
|
"showIf": "enableLine3",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line3FontWeight",
|
|
"label": "Font Weight",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "100", "label": "Thin" },
|
|
{ "value": "200", "label": "Extra Light" },
|
|
{ "value": "300", "label": "Light" },
|
|
{ "value": "400", "label": "Regular" },
|
|
{ "value": "500", "label": "Medium" },
|
|
{ "value": "600", "label": "Semi Bold" },
|
|
{ "value": "700", "label": "Bold" },
|
|
{ "value": "800", "label": "Extra Bold" },
|
|
{ "value": "900", "label": "Black" }
|
|
],
|
|
"defaultValue": "600",
|
|
"showIf": "enableLine3",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line3FontColor",
|
|
"label": "Font Color",
|
|
"description": "",
|
|
"type": "color",
|
|
"defaultValue": "#ffffff",
|
|
"showIf": "enableLine3",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line3FontOpacity",
|
|
"label": "Font Opacity",
|
|
"description": "",
|
|
"type": "number",
|
|
"defaultValue": "1",
|
|
"min": 0,
|
|
"max": 1,
|
|
"step": ".01",
|
|
"showIf": "enableLine3",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "line3TextTransform",
|
|
"label": "Text Transform",
|
|
"description": "",
|
|
"type": "select",
|
|
"options": [
|
|
{ "value": "none", "label": "Normal" },
|
|
{ "value": "uppercase", "label": "Uppercase" },
|
|
{ "value": "lowercase", "label": "Lowercase" },
|
|
{ "value": "capitalize", "label": "Capitalize" }
|
|
],
|
|
"defaultValue": "none",
|
|
"showIf": "enableLine3",
|
|
"group": "Appearance"
|
|
}
|
|
]
|
|
} |