news/plugins/admin/themes/grav/app/utils/toastr.js

6 lines
145 B
JavaScript

import toastr from 'toastr';
toastr.options.positionClass = 'toast-top-right';
toastr.options.preventDuplicates = true;
export default toastr;