Skip to content

Commit

Permalink
Add comment to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Feb 23, 2024
1 parent c8b9d63 commit 521320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filament-money-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
*/
'intl_currency_symbol' => env('MONEY_INTL_CURRENCY_SYMBOL', false),


/*
|---------------------------------------------------------------------------
| Currency symbol placement
|---------------------------------------------------------------------------
|
| Where the dunit should be on form fields. Options are 'before' (prefix), 'after' (suffix) or 'none'.
| Note: In most non-English speaking European countries, the currency symbol is after the amount and is preceded by a space (as in "10 €")
|
*/
'form_currency_symbol_placement' => env('MONEY_UNIT_PLACEMENT', 'before'),
Expand Down

0 comments on commit 521320d

Please sign in to comment.