Add presets for additional community_centre (#1200)

Co-authored-by: Samu__ <s.lechner@etlgr.com>
This commit is contained in:
tiptoptom
2024-07-29 07:34:51 +02:00
committed by GitHub
co-authored by Samu__
parent cb8ebb9629
commit 9c42f73111
10 changed files with 183 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"key": "community_centre",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"club_home": "Club Home",
"community_hall": "Community Hall",
"cultural_centre": "Cultural Centre",
"family_centre": "Family Centre",
"parish_hall": "Parish Hall",
"village_hall": "Village Hall",
"youth_centre": "Youth Center"
}
}
}