Add Work history into cms config
This commit is contained in:
parent
9d06c98333
commit
5271543996
@ -28,11 +28,17 @@ collections:
|
|||||||
fields:
|
fields:
|
||||||
- { label: Title, name: title, widget: string }
|
- { label: Title, name: title, widget: string }
|
||||||
- { label: Body, name: body, widget: markdown }
|
- { label: Body, name: body, widget: markdown }
|
||||||
|
- label: Work history
|
||||||
|
name: work_history
|
||||||
|
widget: list
|
||||||
|
fields:
|
||||||
|
- { label: Company name, name: name, widget: string }
|
||||||
|
- { label: Description, name: description, widget: markdown }
|
||||||
- label: Projects
|
- label: Projects
|
||||||
name: projects
|
name: projects
|
||||||
widget: list
|
widget: list
|
||||||
fields:
|
fields:
|
||||||
- { label: Name, name: name, widget: string }
|
- { label: Project name, name: name, widget: string }
|
||||||
- { label: Description, name: description, widget: markdown }
|
- { label: Description, name: description, widget: markdown }
|
||||||
- label: Image
|
- label: Image
|
||||||
name: image
|
name: image
|
||||||
|
Loading…
Reference in New Issue
Block a user