Rate this page:
The inlineCard
node is an Atlassian link card with a type icon and content description derived from the link.
inlineCard
is an inline node.
1 2 3 4 5 6
{
"type": "inlineCard",
"attrs": {
"url": "https://atlassian.com"
}
}
Name | Required | Type | Value |
---|---|---|---|
type | ✔ | string | "inlineCard" |
attrs | ✔ | object | |
attrs.data | object | JSONLD representation of the link | |
attrs.url | object | A URI |
Either data
or url
must be provided, but not both.
Rate this page: