toast =
[
{
"type" : "success",
"title" : "Success",
"body" : "This is a success toast",
"config" : {
"timeout" : 5000,
"showProgressBar" : true,
"closeOnClick" : true,
"pauseOnHover" : true,
"position" : "leftBottom"
}
},
{
"type" : "info",
"title" : "Information",
"body" : "This is an info toast",
"config" : {
"timeout" : 5000,
"showProgressBar" : true,
"closeOnClick" : true,
"pauseOnHover" : true,
"position" : "leftBottom"
}
},
{
"type" : "warning",
"title" : "Warning",
"body" : "This is an warning toast",
"config" : {
"timeout" : 5000,
"showProgressBar" : true,
"closeOnClick" : true,
"pauseOnHover" : true,
"position" : "leftBottom"
}
},
{
"type" : "error",
"title" : "Error",
"body" : "This is an warning toast",
"config" : {
"timeout" : 5000,
"showProgressBar" : true,
"closeOnClick" : true,
"pauseOnHover" : true,
"position" : "leftBottom"
}
}
]