Software / code / prosody
Changeset
13859:4f62c6118fa9
util.dataforms: Update for 'record is { T }' syntax
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 30 Nov 2024 16:20:39 +0100 |
| parents | 13858:f20c1c2c73c7 |
| children | 13860:fa9d8c82dc9e |
| files | teal-src/prosody/util/dataforms.d.tl |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/teal-src/prosody/util/dataforms.d.tl Sat Nov 30 16:20:18 2024 +0100 +++ b/teal-src/prosody/util/dataforms.d.tl Sat Nov 30 16:20:39 2024 +0100 @@ -5,7 +5,7 @@ title : string instructions : string - record form_field + record form_field is { form_field } enum field_type "boolean" @@ -35,7 +35,6 @@ options : table end - { form_field } enum form_type "form"