mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
feat: add initials field type (#1279)
Adds a new field type that enables document recipients to add their `initials` on the document.
This commit is contained in:
@ -409,6 +409,7 @@ model Recipient {
|
||||
enum FieldType {
|
||||
SIGNATURE
|
||||
FREE_SIGNATURE
|
||||
INITIALS
|
||||
NAME
|
||||
EMAIL
|
||||
DATE
|
||||
|
||||
Reference in New Issue
Block a user