renaming and modifying categories

This commit is contained in:
Amine Ben hammou
2018-01-18 13:58:43 +00:00
parent cae46d9acd
commit 8e60b2b317
25 changed files with 25 additions and 25 deletions

View File

@@ -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()),