Node - inlineCard

Purpose

The inlineCard node is an Atlassian link card with a type icon and content description derived from the link.

Type

inlineCard is an inline node.

Example

1
2
{
  "type": "inlineCard",
  "attrs": {
    "url": "https://atlassian.com"
  }
}

Fields

Attributes

Either dataor url must be provided, but not both.

Rate this page: