Add medical dietary restrictions field to flock registration
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
adb0bb4abf
commit
02b79e799b
1 changed files with 9 additions and 0 deletions
|
@ -141,6 +141,15 @@
|
|||
"Yes", "No"
|
||||
]
|
||||
},
|
||||
"dietary": {
|
||||
"display_name": "Medical dietary restrictions",
|
||||
"short_display_name": "Diet",
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"message": "This will be kept private; note that no guarantees are made, but we will do our best",
|
||||
"private": true,
|
||||
"placeholder": ""
|
||||
},
|
||||
"volunteer": {
|
||||
"display_name": "Are you willing to work as a volunteer at the event?",
|
||||
"short_display_name": "Vol",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue