[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) {
|
foreach ($data as $row) {
|
||||||
switch($row['type']) {
|
switch($row['type']) {
|
||||||
case 'text':
|
case 'text':
|
||||||
|
case 'textbold':
|
||||||
case 'headline':
|
case 'headline':
|
||||||
$htmlRow = $row;
|
$htmlRow = $row;
|
||||||
$htmlRow['data'] = preg_replace_callback(
|
$htmlRow['data'] = preg_replace_callback(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user