We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c578c commit f972417Copy full SHA for f972417
1 file changed
modules/os2forms_attachment/src/Plugin/WebformElement/AttachmentElement.php
@@ -29,7 +29,7 @@ protected function defineDefaultProperties() {
29
'template' => '',
30
'export_type' => '',
31
'digital_signature' => '',
32
- 'digital_signature_position' => 'after_content',
+ 'digital_signature_position' => Os2formsAttachmentPrintBuilder::SIGNATURE_POSITION_AFTER_CONTENT,
33
'exclude_empty' => '',
34
'exclude_empty_checkbox' => '',
35
'excluded_elements' => '',
0 commit comments