embed fields

This commit is contained in:
MapleLeaf
2021-12-21 10:51:14 -06:00
parent 6b13617c7c
commit a4119bf694
5 changed files with 73 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ function KitchenSink() {
url="https://example.com"
timestamp={new Date().toISOString()}
thumbnailUrl="https://example.com/thumbnail.png"
imageUrl="https://example.com/image.png"
author={{
name: "the author",
url: "https://example.com",
@@ -35,10 +36,6 @@ function KitchenSink() {
<EmbedField name="field name" inline>
field content but inline
</EmbedField>
<EmbedImage url="https://example.com/image.png" />
<EmbedImage url="https://example.com/image.png" />
<EmbedImage url="https://example.com/image.png" />
<EmbedImage url="https://example.com/image.png" />
</Embed>
{/* files */}
<File url="data:sdklfjs" />