Move Simple text template to a correct category

[MAILPOET-2399]
This commit is contained in:
Pavel Dohnal
2019-09-30 11:20:11 +02:00
committed by Jack Kitterhing
parent a95e03cb01
commit f25a744a57

View File

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