mirror of
https://notabug.org/halcyon-suite/halcyon
synced 2024-12-23 08:19:18 +01:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
|
[{
|
||
|
"title":"Example 1", <- The text displayed in the footer
|
||
|
"link":"http://example.com", <- The address it links to
|
||
|
"login":true, <- Show it in the side footer when logged in
|
||
|
"logout":false <- Show it in the footer on the information pages
|
||
|
},{
|
||
|
"title":"Example 2",
|
||
|
"link":"https://yandex.com",
|
||
|
"login":false,
|
||
|
"logout":true
|
||
|
}]
|
||
|
|
||
|
IMPORTANT: Remove the descriptions in line 2 to 5 and this line or it won't work!
|