add: Team section

This commit is contained in:
Dominik Natter
2025-03-27 21:37:44 +01:00
parent 93bb11f9b4
commit 471e5a3841
4 changed files with 131 additions and 13 deletions

View File

@@ -116,6 +116,11 @@ export const Papers: CollectionConfig = {
type: "array",
label: "Projektmitglieder",
fields: [
{
name: "image",
type: "upload",
relationTo: "media",
},
{
name: "name",
type: "text",