2
0

anpassung YouTube videos

This commit is contained in:
2024-09-14 14:49:04 +02:00
parent 4a747cb4d5
commit 0dadb979bd
2 changed files with 7 additions and 7 deletions

View File

@ -279,7 +279,7 @@
"type": "video",
"content": {
"url": "https://www.youtube.com/watch?v=GBq_7sgS4Js",
"id": "jp3ggg_42-M",
"id": "GBq_7sgS4Js",
"type": "youtube"
}
}
@ -320,7 +320,7 @@
"type": "video",
"content": {
"url": "https://www.youtube.com/watch?v=GBq_7sgS4Js",
"id": "jp3ggg_42-M",
"id": "GBq_7sgS4Js",
"type": "youtube"
}
}
@ -361,7 +361,7 @@
"type": "video",
"content": {
"url": "https://www.youtube.com/watch?v=GBq_7sgS4Js",
"id": "jp3ggg_42-M",
"id": "GBq_7sgS4Js",
"type": "youtube"
}
}
@ -400,7 +400,7 @@
"type": "video",
"content": {
"url": "https://www.youtube.com/watch?v=GBq_7sgS4Js",
"id": "jp3ggg_42-M",
"id": "GBq_7sgS4Js",
"type": "youtube"
}
}

View File

@ -16,17 +16,17 @@ export const onboardingVideos: Partial<
> = {
editor: {
key: 'editor',
youtubeId: 'jp3ggg_42-M',
youtubeId: 'GBq_7sgS4Js',
deployedAt: new Date('2024-06-04'),
},
[IntegrationBlockType.ZAPIER]: {
key: IntegrationBlockType.ZAPIER,
youtubeId: '2ZskGItI_Zo',
youtubeId: 'GBq_7sgS4Js',
deployedAt: new Date('2024-06-04'),
},
[IntegrationBlockType.MAKE_COM]: {
key: IntegrationBlockType.MAKE_COM,
youtubeId: 'V-y1Orys_kY',
youtubeId: 'GBq_7sgS4Js',
deployedAt: new Date('2024-06-04'),
},
}