Skip to content

Commit

Permalink
Merge pull request #575 from MinBZK/event-report-cms
Browse files Browse the repository at this point in the history
Event reports (CMS)
  • Loading branch information
onursagir authored Jul 22, 2024
2 parents 2e75ae8 + 1907809 commit 4d08091
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sharp-fans-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cms": minor
---

Added report to event
10 changes: 9 additions & 1 deletion apps/cms/src/api/event/content-types/event/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"type": "media",
"multiple": false,
"required": true,
"allowedTypes": ["images"]
"allowedTypes": [
"images"
]
},
"title": {
"type": "string",
Expand Down Expand Up @@ -87,6 +89,12 @@
},
"eventbriteTitle": {
"type": "string"
},
"report": {
"type": "richtext"
},
"tmp": {
"type": "blocks"
}
}
}

0 comments on commit 4d08091

Please sign in to comment.