add signature formats

This commit is contained in:
Pete Matsyburka
2024-12-19 00:24:16 +02:00
parent bc4c21f804
commit e7e5d0e776
3 changed files with 39 additions and 15 deletions
@@ -212,16 +212,12 @@
{{ t('any') }}
</option>
<option
value="drawn"
:selected="field.preferences?.format === 'drawn'"
v-for="type in ['drawn', 'typed', 'drawn_or_typed', 'upload']"
:key="type"
:value="type"
:selected="field.preferences?.format === type"
>
{{ t('drawn') }}
</option>
<option
value="typed"
:selected="field.preferences?.format === 'typed'"
>
{{ t('typed') }}
{{ t(type) }}
</option>
</select>
<label