Remove new-default-list-name feature flag [MAILPOET-3004]
This commit is contained in:
@ -8,13 +8,11 @@ class FeaturesController {
|
||||
|
||||
// Define features below in the following form:
|
||||
// const FEATURE_NAME_OF_FEATURE = 'name-of-feature';
|
||||
const NEW_DEFAULT_LIST_NAME = 'new-default-list-name';
|
||||
const TEMPLATES_SELECTION = 'templates-selection';
|
||||
|
||||
// Define feature defaults in the array below in the following form:
|
||||
// self::FEATURE_NAME_OF_FEATURE => true,
|
||||
private $defaults = [
|
||||
self::NEW_DEFAULT_LIST_NAME => false,
|
||||
self::TEMPLATES_SELECTION => false,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user