renaming and modifying categories
This commit is contained in:
@@ -16,7 +16,7 @@ class ScienceWeekly {
|
||||
return array(
|
||||
'name' => __("Science Weekly", 'mailpoet'),
|
||||
'description' => __("The right chemistry to send your weekly posts.", 'mailpoet'),
|
||||
'categories' => json_encode(array('inspiration')),
|
||||
'categories' => json_encode(array('standard', 'sample')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
Reference in New Issue
Block a user