Card

Use the card field to display some information.

Example

My card
Use a card to display an important result.
({
  type: "card",
  title: "My card",
  body: "Use a card to display an important result.",
})

Options

Output

Use these options when using the field with make.

title?
string
The title displayed on the card.
body?
string
The body text displayed on the card.