minor fixes
This commit is contained in:
@ -16,7 +16,7 @@ class NewsletterBlank121Column {
|
||||
return array(
|
||||
'name' => __("Newsletter: Blank 1:2:1 Column", 'mailpoet'),
|
||||
'description' => __("A blank Newsletter template with a 1:2:1 column layout.", 'mailpoet'),
|
||||
'categories' => json_encode(array('blank', 'sample')),
|
||||
'categories' => json_encode(array('standard', 'blank')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
@ -16,7 +16,7 @@ class NewsletterBlank12Column {
|
||||
return array(
|
||||
'name' => __("Newsletter: Blank 1:2 Column", 'mailpoet'),
|
||||
'description' => __("A blank Newsletter template with a 1:2 column layout.", 'mailpoet'),
|
||||
'categories' => json_encode(array('blank', 'sample')),
|
||||
'categories' => json_encode(array('standard', 'blank')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
@ -16,7 +16,7 @@ class NewsletterBlank13Column {
|
||||
return array(
|
||||
'name' => __("Newsletter: Blank 1:3 Column", 'mailpoet'),
|
||||
'description' => __("A blank Newsletter template with a 1:3 column layout.", 'mailpoet'),
|
||||
'categories' => json_encode(array('blank', 'sample')),
|
||||
'categories' => json_encode(array('standard', 'blank')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
@ -16,7 +16,7 @@ class NewsletterBlank1Column {
|
||||
return array(
|
||||
'name' => __("Newsletter: Blank 1 Column", 'mailpoet'),
|
||||
'description' => __("A blank Newsletter template with a 1 column layout.", 'mailpoet'),
|
||||
'categories' => json_encode(array('blank', 'sample')),
|
||||
'categories' => json_encode(array('standard', 'blank')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
Reference in New Issue
Block a user