Add WC customizer activation button to the editor [MAILPOET-2520]

This commit is contained in:
wxa
2019-11-13 21:41:28 +03:00
committed by Jack Kitterhing
parent 21fb16116d
commit b528b732a5
6 changed files with 37 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ class NewsletterEditor {
'email_base_color' => $email_base_color,
'email_base_text_color' => $this->woocommerce_helper->wcLightOrDark($email_base_color, '#202020', '#ffffff'),
'email_text_color' => $this->wp->getOption('woocommerce_email_text_color', '#000000'),
'customizer_enabled' => (bool)$this->settings->get('woocommerce.use_mailpoet_editor'),
];
}
$data = [