From f25a744a57e10b9a2819e3c2cd8620a6779d110c Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Mon, 30 Sep 2019 11:20:11 +0200 Subject: [PATCH] Move Simple text template to a correct category [MAILPOET-2399] --- lib/Config/PopulatorData/Templates/SimpleText.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Config/PopulatorData/Templates/SimpleText.php b/lib/Config/PopulatorData/Templates/SimpleText.php index 4786b14453..2c822e51d0 100644 --- a/lib/Config/PopulatorData/Templates/SimpleText.php +++ b/lib/Config/PopulatorData/Templates/SimpleText.php @@ -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()),