Mercurial > prosody-hg
diff teal-src/prosody/util/dataforms.d.tl @ 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 | fbbf4f0db8f0 |
| children |
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"
