Add Blank category to templates

[MAILPOET-2345]
This commit is contained in:
Pavel Dohnal
2019-09-18 11:01:46 +02:00
committed by Jack Kitterhing
parent 47ebcf3b84
commit 1dd0c4ec70
8 changed files with 7 additions and 23 deletions

View File

@ -21,7 +21,7 @@ class NewsletterBlank121Column {
function get() {
return [
'name' => WPFunctions::get()->__("Newsletter: Blank 1:2:1 Column", 'mailpoet'),
'categories' => json_encode(['standard']),
'categories' => json_encode(['standard', 'blank']),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),
'body' => json_encode($this->getBody()),