Files
desktop/docs/side-panels.md
2024-04-25 19:09:35 +02:00

219 B

Zen Side Panels

The zen.sizepanels.data configuration will be a JSON string that follows the following data:

{
  data: {
    "p1": {
      "url": "https://google.com"
    }
  },
  "index": [
    "p1"
  ]
}