Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (28 sloc)
756 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Person | |
label: Person | |
labelField: firstName | |
fields: | |
- type: string | |
name: firstName | |
label: First name | |
default: Name | |
required: true | |
- type: string | |
name: lastName | |
label: Last name | |
default: Surname | |
- type: string | |
name: role | |
label: Role | |
default: Role | |
- type: markdown | |
name: bio | |
label: Bio | |
default: With over 10 years in both public and private sectors, Johnna has experience in management consultation, team building, professional development, strategic implementation, and company collaboration. | |
- type: model | |
name: image | |
label: Image | |
models: [ImageBlock] | |
default: | |
url: https://assets.stackbit.com/components/images/default/default-person.png | |
altText: Person photo |