Skip to content

Commit

Permalink
Improve the footer example text display
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Jan 26, 2025
1 parent e7d512d commit ffbd692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'group' => 'fa_invoice_layout',
'name' => \FreshAdvance\Invoice\Document\Settings\DocumentLayoutSettings::SETTING_DOCUMENT_FOOTER,
'type' => 'str',
'value' => 'Document Footer Example; HTML with simple inline css can go here<br>Change in Module Settings',
'value' => '<small>Document Footer Example; HTML with simple inline css can go here<br>Change in Module Settings</small>',
],

// group invoice numbering
Expand Down

0 comments on commit ffbd692

Please sign in to comment.