Course Instructor
Renders instructor name + avatar with optional prefix. single_course / course_archive.
Type: "courseInstructor"
Renders instructor name + avatar with optional prefix. single_course / course_archive.
Catatan: Element template-only. Berlaku di template:
single_course,course_archive,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
showAvatar | boolean | true | Tampilkan Avatar |
prefix | string | "Diajar oleh" | Prefix |
alignment | enum | "left" | Alignment |
Contoh
{
"id": "cou01abc",
"type": "courseInstructor",
"props": {
"showAvatar": true,
"prefix": "Diajar oleh",
"alignment": "left"
}
}