From d12e6aa24bfa713a82d446f04dfcc484338d7b2f Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:45:55 -0500 Subject: chore: :arrow_up: minor changes pull upgrades Only Minor changes, pulling upgrades from origin --- knightlabs.json | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 knightlabs.json (limited to 'knightlabs.json') diff --git a/knightlabs.json b/knightlabs.json new file mode 100644 index 0000000..f6a3722 --- /dev/null +++ b/knightlabs.json @@ -0,0 +1,77 @@ +{ + "title": { + "media": { + "url": "https://loremflickr.com/320/240/busty,milf/all?random", + "caption": "Here is a sample photo", + "credit": "Lorem Flicker" + }, + "text": { + "headline": "This is the primary headline", + "text": "This is the primary body of text to use in conjunction with the title." + } + }, + "events": [ + { + "media": { + "url": "https://loremflickr.com/320/240/busty,teen/all?random", + "caption": "This is another sample photo.", + "credit": "Lorem Flicker" + }, + "start_date": { + "month": "10", + "day": "21", + "year": "1998" + }, + "text": { + "headline": "Birthday", + "text": "

Html can be used within these text objects.

" + } + }, + { + "media": { + "url": "https://youtu.be/xuVAbsPB6uw?si=9bGxCpBn1yu1ROX_", + "caption": "", + "credit": "Tube of you" + }, + "start_date": { + "month": "11", + "day": "13", + "year": "2022" + }, + "text": { + "headline": "You Tube Video", + "text": "

Html can be used within these text objects.

" + } + }, + { + "media": { + "url": "", + "caption": "", + "credit": "" + }, + "start_date": { + "year": "2024" + }, + "text": { + "headline": "Year of the Big Boobs", + "text": "

As long as there is a year as a start_date, your ok.

" + } + }, + { + "media": { + "url": "https://loremflickr.com/320/240/busty,milf/all?random", + "caption": "This is another sample photo.", + "credit": "Lorem Flicker" + }, + "start_date": { + "month": "10", + "day": "21", + "year": "2024" + }, + "text": { + "headline": "Another object", + "text": "

Html can be used within these text objects.

" + } + } + ] +} \ No newline at end of file -- cgit v1.2.3