options.php 288 B

1234567891011
  1. <?php
  2. /*
  3. * @var $options array contains all the options the current block we're ediging contains
  4. * @var $controls NewsletterControls
  5. */
  6. /* @var $fields NewsletterFields */
  7. ?>
  8. <?php //$fields->font() ?>
  9. <?php $fields->wp_editor('html', 'Content') ?>
  10. <?php $fields->block_commons() ?>