Remove new-default-list-name feature flag [MAILPOET-3004]

This commit is contained in:
wxa
2020-09-08 11:29:50 +03:00
committed by Veljko V
parent f98b8556b3
commit b0e7a486ff
12 changed files with 7 additions and 35 deletions

View File

@ -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,
];