Update the default list name

[MAILPOET-2198]
This commit is contained in:
Pavel Dohnal
2019-08-19 15:26:52 +02:00
committed by M. Shull
parent 1a0f9975bb
commit 3810e33742
7 changed files with 24 additions and 8 deletions

View File

@ -8,10 +8,12 @@ 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';
// 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,
];
/** @var array */