Page Content
Auto-renders custom page HTML body. single_page only.
Type: "pageContent"
Auto-renders custom page HTML body. single_page only.
Catatan: Element template-only. Berlaku di template:
single_page.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
plainText | boolean | false | Tampilkan sebagai teks biasa (strip HTML) |
Contoh
{
"id": "pag01abc",
"type": "pageContent",
"props": {
"plainText": false
}
}