Merge pull request #1431 from mailpoet/background-images

Column Background Images [MAILPOET-1403]
This commit is contained in:
Michelle Shull
2018-07-23 09:33:08 -04:00
committed by GitHub
14 changed files with 570 additions and 314 deletions

View File

@@ -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
);