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() {
|
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()),
|
||||||
|
Reference in New Issue
Block a user