mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-30 11:14:19 +00:00
Started fetching data for sidebars!
This commit is contained in:
16
docs/side-panels.md
Normal file
16
docs/side-panels.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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"
|
||||
]
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user