Skip to content

Commit 6e49284

Browse files
committed
Support Hidden Tags
1 parent ba67618 commit 6e49284

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eversign/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class DocumentModel(Model):
193193
expires = TimestampType()
194194
meta = DictType(StringType)
195195
embedded_signing_enabled = BoolIntType()
196+
use_hidden_tags = BoolIntType()
196197

197198
class Options:
198199
serialize_when_none = False

0 commit comments

Comments
 (0)