Skip to content

Commit

Permalink
feat(decap): add first and last name fields to decap_cms_config.yaml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
filvuk committed Apr 29, 2024
1 parent 5c88aec commit e7beed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/blox-plugin-decap-cms/data/decap_cms_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ collections:
create: true # Allow users to create new documents in this collection
fields: # The fields each document in this collection have
- {label: "Display name (such as your full name)", name: "title", widget: "string"}
- {label: "First name", name: "first_name", widget: "string", required: false}
- {label: "Last name", name: "last_name", widget: "string", required: false}
- {label: "Position or tagline (such as Professor of AI)", name: "role", widget: "string", required: false}
- label: "Avatar (upload an image named `avatar.jpg/png`)"
name: "avatar_filename"
Expand Down

0 comments on commit e7beed2

Please sign in to comment.