Add standard newsletter scheduling UI

This commit is contained in:
Tautvidas Sipavičius
2016-05-06 14:31:18 +03:00
parent 65df28d52e
commit f7c70be5eb
10 changed files with 376 additions and 9 deletions

View File

@@ -140,6 +140,14 @@ class Populator {
function newsletter_option_fields() {
return array(
array(
'name' => 'isScheduled',
'newsletter_type' => 'standard',
),
array(
'name' => 'scheduledAt',
'newsletter_type' => 'standard',
),
array(
'name' => 'event',
'newsletter_type' => 'welcome',