We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e51d98 commit fe6a455Copy full SHA for fe6a455
src/config/notify.php
@@ -4,7 +4,11 @@
4
//General Options
5
'options' => [
6
'lib' => 'toastr', //toastr or pnotify
7
- 'style' => 'custom' //default or custom (custum is recommended)
+ 'style' => 'custom', //default or custom (custum is recommended)
8
+ //Files include//
9
+ //Include case no exists in your page
10
+ 'include:Jquery' => true, //Include file jquery-***.min.js
11
+ 'include:Animate' => true //Include file animate.cs
12
],
13
//Toastr
14
//Documentation: https://github.com/CodeSeven/toastr#other-options
0 commit comments