Remove multichannel integration from experimental features
MAILPOET-5701
This commit is contained in:
committed by
Aschepikov
parent
94d399f169
commit
ddde17f83a
@ -7,14 +7,12 @@ use MailPoetVendor\Doctrine\DBAL\Exception\TableNotFoundException;
|
||||
class FeaturesController {
|
||||
const FEATURE_BRAND_TEMPLATES = 'brand_templates';
|
||||
const GUTENBERG_EMAIL_EDITOR = 'gutenberg_email_editor';
|
||||
const MAILPOET_WOOCOMMERCE_MULTICHANNEL_INTEGRATION = 'mailpoet_woocommerce_multichannel_integration';
|
||||
|
||||
// Define feature defaults in the array below in the following form:
|
||||
// self::FEATURE_NAME_OF_FEATURE => true,
|
||||
private $defaults = [
|
||||
self::FEATURE_BRAND_TEMPLATES => false,
|
||||
self::GUTENBERG_EMAIL_EDITOR => false,
|
||||
self::MAILPOET_WOOCOMMERCE_MULTICHANNEL_INTEGRATION => false,
|
||||
];
|
||||
|
||||
/** @var array|null */
|
||||
|
Reference in New Issue
Block a user