Skip to content

Commit

Permalink
wp-editor add description to editor_type and editor_height parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
llemurya committed Jul 30, 2015
1 parent b0b8c64 commit 68fa938
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,14 @@ Textarea with the WordPress Editor like the one you use on the blog posts edit p
* boolean
*/
'size' => 'small', // small | large
/**
* Set editor type : 'tinymce' or 'html'
*/
'editor_type' => 'tinymce',
/**
* Set the editor height, must be int
*/
'editor_height' => 400
)
Expand Down

0 comments on commit 68fa938

Please sign in to comment.