Add an option for certain templates to be read only
This commit is contained in:
@@ -15,6 +15,7 @@ class BlankTemplate {
|
||||
return array(
|
||||
'name' => __("A Blank Template"),
|
||||
'description' => __("A blank canvas ready for you to create something wonderful."),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
);
|
||||
|
@@ -15,6 +15,7 @@ class FranksRoastHouseTemplate {
|
||||
return array(
|
||||
'name' => __("Frank's Roast House"),
|
||||
'description' => __("Think of this as your playground, ready for you to explore. Play around with this example newsletter and get a handle of what MailPoet can do for you."),
|
||||
'readonly' => 0,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
);
|
||||
|
Reference in New Issue
Block a user