We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba67618 commit 6e49284Copy full SHA for 6e49284
1 file changed
eversign/document.py
@@ -193,6 +193,7 @@ class DocumentModel(Model):
193
expires = TimestampType()
194
meta = DictType(StringType)
195
embedded_signing_enabled = BoolIntType()
196
+ use_hidden_tags = BoolIntType()
197
198
class Options:
199
serialize_when_none = False
0 commit comments