Fix category for RockBand template
[MAILPOET-1617]
This commit is contained in:
@@ -15,7 +15,7 @@ class RockBand {
|
|||||||
function get() {
|
function get() {
|
||||||
return array(
|
return array(
|
||||||
'name' => __("Rock Band", 'mailpoet'),
|
'name' => __("Rock Band", 'mailpoet'),
|
||||||
'categories' => json_encode(array('automatic', 'all')),
|
'categories' => json_encode(array('woocommerce', 'all')),
|
||||||
'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