portal/data-example.json

13 lines
167 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-08-23 08:51:54 +02:00
"image": "media/icons/svg/code.svg"
2024-06-02 11:56:52 +02:00
}
]
}