change categories in templates [MAILPOET-1557]

This commit is contained in:
wxa
2018-11-12 18:17:25 +03:00
parent 4cb2f78bb8
commit 99ff540ebe
41 changed files with 41 additions and 41 deletions

View File

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