[TASK] Add textbold as email option
This commit is contained in:
parent
75be493b60
commit
037715ca9e
@ -87,6 +87,7 @@ class MailUtility
|
||||
foreach ($data as $row) {
|
||||
switch($row['type']) {
|
||||
case 'text':
|
||||
case 'textbold':
|
||||
case 'headline':
|
||||
$htmlRow = $row;
|
||||
$htmlRow['data'] = preg_replace_callback(
|
||||
|
Loading…
x
Reference in New Issue
Block a user