50 lines
878 B
YAML
50 lines
878 B
YAML
|
---
|
||
|
label: Course
|
||
|
hide_body: false
|
||
|
fields:
|
||
|
- type: text
|
||
|
name: title
|
||
|
label: title
|
||
|
- type: datetime
|
||
|
name: date
|
||
|
label: date
|
||
|
- type: file
|
||
|
name: bg_image
|
||
|
label: bg image
|
||
|
description: Page header background image
|
||
|
- type: textarea
|
||
|
name: description
|
||
|
label: description
|
||
|
description: meta description
|
||
|
- type: file
|
||
|
name: image
|
||
|
label: image
|
||
|
- type: text
|
||
|
name: category
|
||
|
label: category
|
||
|
description: course category
|
||
|
- type: text
|
||
|
name: teacher
|
||
|
label: teacher
|
||
|
description: 'Ex: John Doe'
|
||
|
- type: text
|
||
|
name: duration
|
||
|
label: duration
|
||
|
description: Course Duration
|
||
|
- type: text
|
||
|
name: weekly
|
||
|
label: weekly
|
||
|
description: Course time per week
|
||
|
- type: text
|
||
|
name: fee
|
||
|
label: fee
|
||
|
description: Course fee
|
||
|
- type: text
|
||
|
name: apply_url
|
||
|
label: apply_url
|
||
|
description: Application submit link
|
||
|
- type: text
|
||
|
name: type
|
||
|
label: type
|
||
|
default: course
|