From 12670fc8254f0b8cd7f703d80ab9bda91ec59f4a Mon Sep 17 00:00:00 2001 From: Mushlih Almubarak Date: Sun, 14 Aug 2022 15:07:00 +0300 Subject: [PATCH] Add timer_progress_bar to environment.md documentation --- docs/environment.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/environment.md b/docs/environment.md index 457bb73..64b6e94 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -151,6 +151,17 @@ 'toast_position' => env('SWEET_ALERT_TOAST_POSITION', 'top-end'), +/* +|-------------------------------------------------------------------------- +| Progress Bar +|-------------------------------------------------------------------------- +| If set to true, a progress bar at the bottom of a popup will be shown. +| It can be useful with toasts. +| +*/ + +'timer_progress_bar' => env('SWEET_ALERT_TIMER_PROGRESS_BAR', false), + /* |-------------------------------------------------------------------------- | Middleware