Wysiwyg

Wysiwyg

Demo

array(
  'id'    => 'wysiwyg_1',
  'type'  => 'wysiwyg',
  'title' => 'Wysiwyg Field',
),

Another Wysiwyg Field Example

array(
  'id'       => 'wysiwyg_2',
  'type'     => 'wysiwyg',
  'title'    => 'Wysiwyg with Custom Settings',
  'settings' => array(
    'textarea_rows' => 5,
    'tinymce'       => false,
    'media_buttons' => false,
  )
),

Last updated