portal/data-example.json

13 lines
249 B
JSON
Raw Normal View History

2024-06-02 11:56:52 +02:00
{
"title": "Portal",
"entries": [
{
"active": true,
"target": "https://example.org",
"label": "Example",
2024-07-30 10:01:39 +02:00
"image": "https://cdn.iconscout.com/icon/premium/png-128-thumb/plant-2941089-2470533.png",
"open_in_new_tab": false
2024-06-02 11:56:52 +02:00
}
]
}