Merge pull request #1431 from mailpoet/background-images
Column Background Images [MAILPOET-1403]
This commit is contained in:
@@ -102,8 +102,10 @@ class Renderer {
|
||||
$content_block,
|
||||
$column_count
|
||||
);
|
||||
$content_block_image = isset($content_block['image'])?$content_block['image']:null;
|
||||
return $_this->columns_renderer->render(
|
||||
$content_block['styles'],
|
||||
$content_block_image,
|
||||
$column_count,
|
||||
$column_data
|
||||
);
|
||||
|
Reference in New Issue
Block a user