Skip to content

Commit 0371f46

Browse files
authored
Add header_version and sanitize_css options
1 parent 8da2fa8 commit 0371f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

indico/types/dataset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ class EmailOptions(BaseType):
158158
embed_inline_images: Optional[bool]
159159
html_renderer_version: Optional[int]
160160
msg_converter_version: Optional[int]
161+
header_version: Optional[int]
162+
sanitize_css: Optional[bool]
161163

162164

163165
class OcrOptionsInput:

0 commit comments

Comments
 (0)