change categories in templates [MAILPOET-1557]
This commit is contained in:
@ -15,7 +15,7 @@ class SimpleText {
|
||||
function get() {
|
||||
return array(
|
||||
'name' => __("Simple Text", 'mailpoet'),
|
||||
'categories' => json_encode(array('standard', 'sample')),
|
||||
'categories' => json_encode(array('standard', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
Reference in New Issue
Block a user