Add announcement

This commit is contained in:
2025-04-25 14:32:29 +02:00
parent d524e765ce
commit 022b18c0f7
12 changed files with 227 additions and 0 deletions

View File

@@ -88,6 +88,12 @@
"relation": "oneToMany",
"target": "api::choral-membership.choral-membership",
"mappedBy": "choral"
},
"announcements": {
"type": "relation",
"relation": "oneToMany",
"target": "api::announcement.announcement",
"mappedBy": "choral"
}
}
}