summaryrefslogtreecommitdiff
path: root/example-config.dhall
diff options
context:
space:
mode:
authorstuebinm2021-04-12 18:07:41 +0200
committerstuebinm2021-04-12 18:07:41 +0200
commit5596ebcbad7721f767972c3143f8e5be1ba8fc09 (patch)
tree4f792eaf042e6d8236690588b4bf59641463002c /example-config.dhall
parent6b892239f80e8523e02d7348e5483e9a7aea58ee (diff)
add date answer space
for now, this is just a simple date picker done via the html input type "date". Unfortunately, that's not supported by Safari, so the rust util now prints out a warning if it's used. I'm not sure if there's any other reasonable option which would go around this that's not "using a web framework" or "hacking a fallback date picker which just consists of a couple of combo boxes".
Diffstat (limited to 'example-config.dhall')
-rw-r--r--example-config.dhall1
1 files changed, 1 insertions, 0 deletions
diff --git a/example-config.dhall b/example-config.dhall
index ae12897..2dbaf30 100644
--- a/example-config.dhall
+++ b/example-config.dhall
@@ -17,5 +17,6 @@
, "third possible answer"
]
}
+ , { question = "fourth question", name = "question4", space = Answers.Date }
]
}