Content
This card – along with a suite of nested element cards – captures the source of your content: the full text, broken down into a semantic, portable format that all platforms can interpret.
Note that content cards capture meaning and not “look and feel”. For design, see the Presentation
card.
Example
{
"type": "content",
"version": 1,
"title": "An incredible journey",
"subtitle": "Brace yourself for adventure",
"body": [...]
}
Fields
Field | Type | Default | Purpose | Caveats | Version |
---|---|---|---|---|---|
body |
array of Section |
[] |
Your content, broken down by section. | Ordering is preserved. | 1 |
title |
string |
null |
The title of your content. | Markdown enabled. | 1 |
subtitle |
string |
null |
The subtitle of your content. | Markdown enabled. | 1 |
kicker |
string |
null |
A lead-in for the story | Markdown enabled. | 1 |
synopsis |
string |
null |
A brief description of the content. | 1 | |
cover |
Element |
null |
The element to use as the cover. | 1 |