From 521320d79d16274b8ac98b7689b1bc8c37de6aa7 Mon Sep 17 00:00:00 2001 From: Peter Elmered Date: Fri, 23 Feb 2024 16:17:06 +0100 Subject: [PATCH] Add comment to config file --- config/filament-money-field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filament-money-field.php b/config/filament-money-field.php index 8486c96..e587e93 100644 --- a/config/filament-money-field.php +++ b/config/filament-money-field.php @@ -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'),