Post Content
Auto-renders the post's HTML body. single_post only.
Type: "postContent"
Auto-renders the post's HTML body. single_post only.
Note: Template-only element. Valid in templates:
single_post.
Props
| Field | Type | Default | Description |
|---|---|---|---|
plainText | boolean | false | strip HTML |
Example
{
"id": "pos01abc",
"type": "postContent",
"props": {
"plainText": false
}
}