Skip to content

Commit fe6a455

Browse files
committed
Adição de novas funcionalidades no arquivo de configuração
1 parent 0e51d98 commit fe6a455

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/config/notify.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
//General Options
55
'options' => [
66
'lib' => 'toastr', //toastr or pnotify
7-
'style' => 'custom' //default or custom (custum is recommended)
7+
'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
812
],
913
//Toastr
1014
//Documentation: https://github.com/CodeSeven/toastr#other-options

0 commit comments

Comments
 (0)