From e8ee494e13a20d9e4bfac5584d0bab7410e891fc Mon Sep 17 00:00:00 2001 From: Younes ENNAJI Date: Sun, 13 Oct 2024 23:54:46 +0100 Subject: [PATCH] chore: remove whitespaces from docs --- docs/pages/symfony.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pages/symfony.md b/docs/pages/symfony.md index 1b041a2e..ad57d687 100644 --- a/docs/pages/symfony.md +++ b/docs/pages/symfony.md @@ -54,14 +54,14 @@ This will create a file at `config/packages/flasher.yaml` with the following con flasher: # Default notification library (e.g., 'flasher', 'toastr', 'noty', 'notyf', 'sweetalert') default: flasher - + # Path to the main PHPFlasher JavaScript file main_script: '/vendor/flasher/flasher.min.js' - + # List of CSS files to style your notifications styles: - '/vendor/flasher/flasher.min.css' - + # Set global options for all notifications (optional) # options: # # Time in milliseconds before the notification disappears @@ -71,15 +71,15 @@ flasher: # Automatically inject JavaScript and CSS assets into your HTML pages inject_assets: true - + # Enable message translation using Symfony's translation service translate: true - + # URL patterns to exclude from asset injection and flash_bag conversion excluded_paths: - '/^\/_profiler/' - '/^\/_fragment/' - + # Map Symfony flash message keys to notification types flash_bag: success: ['success'] @@ -91,7 +91,7 @@ flasher: # filter: # # Maximum number of notifications to show at once # limit: 5 - + # Define notification presets to simplify notification creation (optional) # presets: # # Example preset: