Fix category for RockBand template

[MAILPOET-1617]
This commit is contained in:
Pavel Dohnal
2019-03-18 11:24:20 +01:00
committed by M. Shull
parent e056519b2d
commit 0a05dca1ac

View File

@ -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()),