Hi.
i’m generating alerts programmatically:
$alert = BeanFactory::newBean('Alerts');
The Alert have a type field, the examples i had seen use the type as ‘info’
$alert->type='info';
My question is, there more types to alerts?, maybe error, warning or something like that?
Thanks.