first commit
This commit is contained in:
27
vendor/yoeunes/toastr/config/toastr.php
vendored
Normal file
27
vendor/yoeunes/toastr/config/toastr.php
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the yoeunes/toastr package.
|
||||
* (c) Younes KHOUBZA <younes.khoubza@gmail.com>
|
||||
*/
|
||||
|
||||
return array(
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Toastr options
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you can specify the options that will be passed to the toastr.js
|
||||
| library. For a full list of options, visit the documentation.
|
||||
|
|
||||
| Example:
|
||||
| 'options' => [
|
||||
| 'closeButton' => true,
|
||||
| 'debug' => false,
|
||||
| 'newestOnTop' => false,
|
||||
| 'progressBar' => true,
|
||||
| ],
|
||||
*/
|
||||
|
||||
'options' => array(),
|
||||
);
|
Reference in New Issue
Block a user