Rename templates
[MAILPOET-1617]
This commit is contained in:
@@ -18,7 +18,7 @@ class FashionBlogA {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => WPFunctions::get()->__("Fashion Blog - A", 'mailpoet'),
|
||||
'name' => WPFunctions::get()->__("Women Fashion Store", 'mailpoet'),
|
||||
'categories' => json_encode(array('standard', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
@@ -18,7 +18,7 @@ class FashionShop {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => WPFunctions::get()->__("Fashion Shop", 'mailpoet'),
|
||||
'name' => WPFunctions::get()->__("Kids Shop", 'mailpoet'),
|
||||
'categories' => json_encode(array('standard', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
@@ -19,7 +19,7 @@ class FoodBox {
|
||||
function get() {
|
||||
return array(
|
||||
'name' => WPFunctions::get()->__("Welcome to FoodBox", 'mailpoet'),
|
||||
'categories' => json_encode(array('standard', 'all')),
|
||||
'categories' => json_encode(array('welcome', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
@@ -18,7 +18,7 @@ class LifestyleBlogA {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => WPFunctions::get()->__("Lifestyle Blog - A", 'mailpoet'),
|
||||
'name' => WPFunctions::get()->__("Makeup Blog", 'mailpoet'),
|
||||
'categories' => json_encode(array('standard', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
@@ -18,7 +18,7 @@ class LifestyleBlogB {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => WPFunctions::get()->__("Lifestyle Blog - B", 'mailpoet'),
|
||||
'name' => WPFunctions::get()->__("Lifestyle Blog", 'mailpoet'),
|
||||
'categories' => json_encode(array('standard', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
@@ -15,7 +15,7 @@ class WineCity {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => WPFunctions::get()->__("Wine City", 'mailpoet'),
|
||||
'name' => WPFunctions::get()->__("Wine City (with coupon)", 'mailpoet'),
|
||||
'categories' => json_encode(array('woocommerce', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
Reference in New Issue
Block a user