-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(blog): add Unsere erste Marathoni in 2023
Signed-off-by: Martin Dünkelmann <[email protected]>
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/store/rtc-cologne/gallery/2023/04_22_Unsere_Erste_Marathoni_In_2023.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import GalleryBuilder from '~/models/builder/rtc-cologne/gallery/GalleryBuilder' | ||
import GalleryEntryBuilder from '~/models/builder/rtc-cologne/gallery/GalleryEntryBuilder' | ||
|
||
export default new GalleryBuilder() | ||
.setDate('2023-04-22') | ||
.setId('d75f2e09-17d6-48bc-b640-1431ca581f74') | ||
.setImages([ | ||
new GalleryEntryBuilder() | ||
.setId('151f5ac8-d2bf-43f1-9b29-1a11e58ae8c6') | ||
.setImageUrl('content.rtc-koeln.de/pages/gallery/2023/04_22_Unsere_Erste_Marathoni_In_2023/image0.jpeg') | ||
.build(), | ||
new GalleryEntryBuilder() | ||
.setId('ac2557ec-a272-4a07-b2f4-b1f8c3f4a02c') | ||
.setImageUrl('content.rtc-koeln.de/pages/gallery/2023/04_22_Unsere_Erste_Marathoni_In_2023/image1.jpeg') | ||
.build(), | ||
new GalleryEntryBuilder() | ||
.setId('1a34d0fb-59fc-4033-81a0-96e93181d6d0') | ||
.setImageUrl('content.rtc-koeln.de/pages/gallery/2023/04_22_Unsere_Erste_Marathoni_In_2023/image2.jpeg') | ||
.build(), | ||
new GalleryEntryBuilder() | ||
.setId('ce8060ca-96bc-4b46-8461-fdaebdf17845') | ||
.setImageUrl('content.rtc-koeln.de/pages/gallery/2023/04_22_Unsere_Erste_Marathoni_In_2023/image3.jpeg') | ||
.build(), | ||
]) | ||
.setLocation('Brandenburg') | ||
.setTitle('Unsere erste Marathoni in 2023') | ||
.setTitleImageUrl('content.rtc-koeln.de/pages/gallery/2023/04_22_Unsere_Erste_Marathoni_In_2023/preview/preview.image0.jpeg') | ||
.build() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters