Filter: gravityview/edit_entry/post_content/wp_editor_settings
Modify the settings passed to the Post Content wp_editor().
Parameters
| Name | Type | Description |
|---|---|---|
| $editor_settings | array | Array of settings to be passed to wp_editor(). Note: there is also an additional value in the array: placeholder, added to the textarea HTML by GravityView. |
See Also
wp_editor()- For the options available.
Since
- 1.7
Source
Defined in src/Field/Types/PostContent.php at line 82