Add standard newsletter scheduling UI
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user