fix
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ max 2 emojis per post, no rocket and only if it supports the pain points
|
|||||||
|
|
||||||
8. **Videos**
|
8. **Videos**
|
||||||
Embed videos with a player
|
Embed videos with a player
|
||||||
<iframe width="560" height="315"
|
<iframe class="video-top"
|
||||||
src="https://www.youtube.com/embed/FUhTrqxWnsQ"
|
src="https://www.youtube.com/embed/FUhTrqxWnsQ"
|
||||||
title="YouTube video player"
|
title="YouTube video player"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
|
|||||||
@@ -1,4 +1,18 @@
|
|||||||
{
|
{
|
||||||
"jobs": [],
|
"jobs": [
|
||||||
"version": 1
|
{
|
||||||
|
"id": "S0hGOLjhj5",
|
||||||
|
"name": "Post NGO",
|
||||||
|
"schedule": "31 9 13 * * 2",
|
||||||
|
"prompt": "Use the blog_post chain to create a blog post for the project NGO",
|
||||||
|
"enabled": true,
|
||||||
|
"type": "cron",
|
||||||
|
"createdAt": "2026-05-03T13:03:14.694Z",
|
||||||
|
"runCount": 1,
|
||||||
|
"lastStatus": "success",
|
||||||
|
"lastRun": "2026-05-03T13:08:00.004Z",
|
||||||
|
"nextRun": "2026-05-04T13:08:00.000Z"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user