diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:18:50 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:18:50 +0100 |
| commit | 8129d4f13d4c25874e48394fce8b3dccb123a92b (patch) | |
| tree | 94753f4dde659852829d1d20ee29e3c7df617d1f /example.json | |
| parent | bbacda44f8cd1629d311ce0242fd01124fe4c876 (diff) | |
feat(image): custom background image
Diffstat (limited to 'example.json')
| -rw-r--r-- | example.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/example.json b/example.json index c9cf1ae..f6b7778 100644 --- a/example.json +++ b/example.json @@ -1,5 +1,5 @@ { - "image": "", + "image": "wallpaper.jpg", "description": "Sem magna a dui labore et cursus nibh ipsum nulla. Sem magna a dui labore et cursus nibh ipsum nulla. Blandit adipiscing nulla diam dolore ultricies ornare sed risus faucibus. Lobortis mi sed dui risus nulla ultrices vulputate at enim.", "person": { "name": "Anhgelus Morhtuuzh", @@ -46,5 +46,12 @@ "color": "#800080FF", "text_color": "#fff" } - ] + ], + "legal": { + "legal_information_link": "https://www.anhgelus.world/legal/", + "images_source": [ + "Profile picture: John Smith for example.org", + "Background: John Smith 2 for another.example.org" + ] + } }
\ No newline at end of file |
