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