File "default-params.js"
Full Path: /var/www/vhosts/hogsandbbqs.co.uk/httpdocs/vendor/js/fcgi/modules/default-params.js
File size: 504 bytes
MIME-type: text/plain
Charset: utf-8
var defaultParams = {
title: '',
text: '',
type: null,
allowOutsideClick: false,
showConfirmButton: true,
showCancelButton: false,
closeOnConfirm: true,
closeOnCancel: true,
confirmButtonText: 'OK',
confirmButtonColor: '#AEDEF4',
cancelButtonText: 'Cancel',
imageUrl: null,
imageSize: null,
timer: null,
customClass: '',
html: false,
animation: true,
allowEscapeKey: true,
inputType: 'text',
inputPlaceholder: '',
inputValue: ''
};
export default defaultParams;