Remove the feature flag from Landing page
MAILPOET-4803
This commit is contained in:
committed by
Aschepikov
parent
9ac18ab69e
commit
4be7f37bbc
@@ -7,15 +7,12 @@ use MailPoetVendor\Doctrine\DBAL\Exception\TableNotFoundException;
|
||||
class FeaturesController {
|
||||
const FEATURE_HOMEPAGE = 'homepage';
|
||||
|
||||
const FEATURE_LANDINGPAGE = 'landingpage';
|
||||
|
||||
const FEATURE_COUPON_BLOCK = 'Coupon block';
|
||||
|
||||
// Define feature defaults in the array below in the following form:
|
||||
// self::FEATURE_NAME_OF_FEATURE => true,
|
||||
private $defaults = [
|
||||
self::FEATURE_HOMEPAGE => false,
|
||||
self::FEATURE_LANDINGPAGE => false,
|
||||
self::FEATURE_COUPON_BLOCK => false,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user