Add thumbnails to templates

[MAILPOET-922]
This commit is contained in:
Pavel Dohnal
2017-06-28 10:13:52 +01:00
parent 97607993fb
commit cbce789ac8
15 changed files with 15 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ class AppWelcome {
}
private function getThumbnail() {
return $this->template_image_url . '/app-welcome-email.jpg';
}
}