PHP 8.2.31
Preview: options.php Size: 802 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/blocks/text/options.php

<?php

/** @var array $options */
/** @var NewsletterFields $fields */
/** @var NewsletterControls $controls */
/** @var array $composer */

$background = empty($options['block_background']) ? $composer['block_background'] : $options['block_background'];
?>
<p>
    <a href="https://www.thenewsletterplugin.com/documentation/newsletters/newsletter-tags/"
       target="_blank">You can use tags to inject subscriber fields</a>.
</p>
<?php //$fields->font()  ?>
<?php

$fields->wp_editor('html', 'Content', [
    'text_font_family' => $composer['text_font_family'],
    'text_font_size' => $composer['text_font_size'],
    'text_font_weight' => $composer['text_font_weight'],
    'text_font_color' => $composer['text_font_color'],
    'background' => $background
])
?>
<?php $fields->block_commons() ?>

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
1.03 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
2.90 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
802 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
105 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).