Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 283 Bytes

side-panels.md

File metadata and controls

15 lines (13 loc) · 283 Bytes

Zen Side Panels

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

{
  "data": {
    "p1": {
      "url": "https://google.com",
      "ua": false // "ua" may not be declared! (default: false)
    }
  },
  "index": ["p1"]
}