"><img> to paste in an image
Hi Jigar Patel,
Sorry for the late reply. The Toastr plugin comes directly from the Toastr library and is located here:
/resources/_keenthemes/src/plugins/toastr/build
You can modify the Toastr options like this:
toastr.options = {
"closeButton": true,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
};
toastr.success("File manager settings have been saved");