select('automated_disabled', '', ['' => 'Check for new posts since last newsletter', '1' => 'Do not check for new posts']) ?>
select('automated_include', __('If there are new posts', 'newsletter'),
[
'new' => __('Include only new posts', 'newsletter'),
'max' => __('Include specified max posts', 'newsletter')
],
['description' => ''])
?>
select('automated', __('If there are not new posts', 'newsletter'),
[
'' => 'Show the message below',
'1' => 'Do not send the newsletter',
'2' => 'Remove this block'
],
['description' => ''])
?>
text('automated_no_contents', null, ['placeholder'=>'No new posts message']) ?>