Skip to content

Commit f972417

Browse files
committed
Use constants
1 parent 96c578c commit f972417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/os2forms_attachment/src/Plugin/WebformElement/AttachmentElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function defineDefaultProperties() {
2929
'template' => '',
3030
'export_type' => '',
3131
'digital_signature' => '',
32-
'digital_signature_position' => 'after_content',
32+
'digital_signature_position' => Os2formsAttachmentPrintBuilder::SIGNATURE_POSITION_AFTER_CONTENT,
3333
'exclude_empty' => '',
3434
'exclude_empty_checkbox' => '',
3535
'excluded_elements' => '',

0 commit comments

Comments
 (0)