Add form template selection page

[MAILPOET-2987]
This commit is contained in:
Pavel Dohnal
2020-06-22 10:49:25 +02:00
committed by Veljko V
parent 0d6d48d26d
commit 5498554c8c
3 changed files with 193 additions and 11 deletions

View File

@ -9,11 +9,13 @@ 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,
];
/** @var array */