Skip to content

Commit 4e743e6

Browse files
committed
add content example
1 parent 1da07ca commit 4e743e6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

apps/web/lib/content.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,26 @@ export const defaultEditorContent = {
129129
},
130130
],
131131
},
132+
{
133+
type: "listItem",
134+
content: [
135+
{
136+
type: "paragraph",
137+
content: [
138+
{
139+
type: "text",
140+
text: "Add tweets from the command slash menu:",
141+
},
142+
],
143+
},
144+
{
145+
type: "twitter",
146+
attrs: {
147+
src: "https://x.com/elonmusk/status/1800759252224729577",
148+
},
149+
},
150+
],
151+
},
132152
],
133153
},
134154
{

0 commit comments

Comments
 (0)