Skip to content

Commit

Permalink
feat(frontmatter): add slug to donation and event
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Nov 10, 2023
1 parent 0da9311 commit e7546ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@
"type": "string",
"single": true
},
{
"title": "Slug",
"name": "slug",
"type": "slug",
"editable": true,
"default": "{{slug}}"
},
{
"title": "The receiver of the donation",
"name": "recipient",
Expand Down Expand Up @@ -181,6 +188,13 @@
"name": "title",
"type": "string"
},
{
"title": "Slug",
"name": "slug",
"type": "slug",
"editable": true,
"default": "{{slug}}"
},
{
"title": "The person/people involved in the event",
"name": "attendeePerson",
Expand Down

0 comments on commit e7546ae

Please sign in to comment.