Update templates after latest fixes

[MAILPOET-1617]
This commit is contained in:
Pavel Dohnal
2019-03-13 15:57:03 +01:00
committed by M. Shull
parent 92fce51eca
commit e056519b2d
15 changed files with 58 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ class RockBand {
function get() {
return array(
'name' => __("Rock Band", 'mailpoet'),
'categories' => json_encode(array('woocommerce', 'all')),
'categories' => json_encode(array('automatic', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),
'body' => json_encode($this->getBody()),