{
  "type": "panel",
  "i18n": true,
  "items": {
    "apiKey": {
      "newLine": true,
      "repeat": false,
      "visible": false,
      "xs": 12,
      "sm": 12,
      "md": 8,
      "lg": 4,
      "xl": 4,
      "help": "Get the API key from open.io",
      "helpLink": "https://www.openuv.io/",
      "type": "password",
      "label": "API Key"
    },
    "systemGeoData": {
      "newLine": true,
      "type": "checkbox",
      "label": "Use astro data from the system settings",
      "xs": 12,
      "sm": 12,
      "md": 6,
      "lg": 4,
      "xl": 4
    },
    "longitude": {
      "newLine": true,
      "hidden": "data.systemGeoData",
      "xs": 12,
      "sm": 12,
      "md": 8,
      "lg": 4,
      "xl": 4,
      "help": "longitude",
      "type": "text",
      "label": "longitude"
    },
    "latitude": {
      "newLine": false,
      "hidden": "data.systemGeoData",
      "xs": 12,
      "sm": 12,
      "md": 6,
      "lg": 4,
      "xl": 4,
      "help": "latitude",
      "type": "text",
      "label": "latitude"
    },
    "_helpLine": {
      "newLine": true,
      "type": "divider",
      "color": "secondary",
      "xs": 12,
      "sm": 12,
      "md": 12,
      "lg": 12,
      "xl": 12
    },
    "_donateTxt": {
      "type": "staticText",
      "text": "If you like this project and would like to support its development, you are welcome to leave a donation.",
      "newLine": true,
      "xs": 12,
      "sm": 12,
      "md": 12,
      "lg": 12,
      "xl": 12
    },
    "_donate": {
      "type": "staticImage",
      "tooltip": "PayPal.Me",
      "noTranslation": true,
      "href": "https://paypal.me/mk1676",
      "src": "https://img.shields.io/badge/paypal-donate%20%7C%20spenden-blue.svg",
      "newLine": true,
      "xs": 7,
      "sm": 3,
      "md": 3,
      "lg": 1.2,
      "xl": 1.2
    },
    "_githubSponsor": {
      "type": "staticImage",
      "tooltip": "GitHub Sponsors",
      "noTranslation": true,
      "href": "https://github.com/sponsors/simatec",
      "src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86",
      "xs": 5,
      "sm": 2,
      "md": 2,
      "lg": 0.8,
      "xl": 0.8
    }
  }
}