Post Content
Auto-renders the post's HTML body. single_post only.
Type: "postContent"
Auto-renders the post's HTML body. single_post only.
Catatan: Element template-only. Berlaku di template:
single_post.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
plainText | boolean | false | Tampilkan sebagai teks biasa (strip HTML) |
Contoh
{
"id": "pos01abc",
"type": "postContent",
"props": {
"plainText": false
}
}