Course Grid
Grid of courses from the site's course catalog.
Type: "courseGrid"
Grid of courses from the site's course catalog.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
title | string | "Kursus Kami" | Judul |
columns | number (2–4) | 3 | Jumlah Kolom |
showPrice | boolean | true | Tampilkan Harga |
showInstructor | boolean | true | Tampilkan Instruktur |
showStudentCount | boolean | false | Tampilkan Jumlah Siswa |
limit | number (1–50) | 6 | Limit |
cardBorderWidth | number (0–20) | 1 | Border (px) |
cardBorderColor | CSS color | — | Warna Border |
cardBorderRadius | number (0–64) | 12 | Radius (px) |
Contoh
{
"id": "cou01abc",
"type": "courseGrid",
"props": {
"title": "Kursus Kami",
"columns": 3,
"showPrice": true,
"showInstructor": true,
"showStudentCount": false,
"limit": 6,
"cardBorderWidth": 1,
"cardBorderColor": "",
"cardBorderRadius": 12
}
}