Fix category for RockBand template
[MAILPOET-1617]
This commit is contained in:
@ -15,7 +15,7 @@ class RockBand {
|
||||
function get() {
|
||||
return array(
|
||||
'name' => __("Rock Band", 'mailpoet'),
|
||||
'categories' => json_encode(array('automatic', 'all')),
|
||||
'categories' => json_encode(array('woocommerce', 'all')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
Reference in New Issue
Block a user