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() { function get() {
return [ return [
'name' => WPFunctions::get()->__("Simple Text", 'mailpoet'), 'name' => WPFunctions::get()->__("Simple Text", 'mailpoet'),
'categories' => json_encode(['standard', 'all']), 'categories' => json_encode(['standard', 'blank']),
'readonly' => 1, 'readonly' => 1,
'thumbnail' => $this->getThumbnail(), 'thumbnail' => $this->getThumbnail(),
'body' => json_encode($this->getBody()), 'body' => json_encode($this->getBody()),