commit cb1bdc502cf627650e07367f13f56e7261541bf8 parent 8d05bfd7ab5e83da88789ce8203ce4ff46cae0f5 Author: Florian Dold <florian@dold.me> Date: Mon, 16 Jun 2025 13:10:33 +0200 new attribute Diffstat:
| M | gnu-taler-form-attributes/registry.rec | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu-taler-form-attributes/registry.rec b/gnu-taler-form-attributes/registry.rec @@ -661,7 +661,12 @@ Description: Generic note description ########################## -Identifier: EXCHANGE_MEASURE_CONTEXT +Identifier: FORM_CONTEXT Type: JSON Form: any -Description: Context for the measure that triggered the attribute collection. +Description: Context for form submitted by the user. + +Identifier: FILE_MAP +Type: { [x: id]: FILE } +Form: any +Description: Map of uploaded files.