Move Simple text template to a correct category
[MAILPOET-2399]
This commit is contained in:
committed by
Jack Kitterhing
parent
a95e03cb01
commit
f25a744a57
@ -21,7 +21,7 @@ class SimpleText {
|
||||
function get() {
|
||||
return [
|
||||
'name' => WPFunctions::get()->__("Simple Text", 'mailpoet'),
|
||||
'categories' => json_encode(['standard', 'all']),
|
||||
'categories' => json_encode(['standard', 'blank']),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
Reference in New Issue
Block a user