Skip to content

Commit

Permalink
Document Editor({ mobiledoc: ... }) option
Browse files Browse the repository at this point in the history
It was used in the example, but not listed as an available option.
  • Loading branch information
courajs committed Jun 8, 2016
1 parent f6878e2 commit 67dee12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ editor.render(element);

`options` is an object which may include the following properties:

* `modiledoc` - [object] A mobiledoc object to load and edit.
* `placeholder` - [string] default text to show before a user starts typing.
* `spellcheck` - [boolean] whether to enable spellcheck. Defaults to true.
* `autofocus` - [boolean] When true, focuses on the editor when it is rendered.
Expand Down

0 comments on commit 67dee12

Please sign in to comment.