Skip to content

Commit

Permalink
Fix docs rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Oct 27, 2018
1 parent 861c00c commit 6c0a2b7
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/data/data-core-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -1643,26 +1643,6 @@ Returns an action object used in signalling that the caret has entered formatted

Returns an action object used in signalling that the user caret has exited formatted text.

### createNotice

Returns an action object used to create a notice.

*Parameters*

* status: The notice status.
* content: The notice content.
* options: The notice options. Available options:
`id` (string; default auto-generated)
`isDismissible` (boolean; default `true`).

### removeNotice

Returns an action object used to remove a notice.

*Parameters*

* id: The notice id.

### updatePostLock

Returns an action object used to lock the editor.
Expand Down

0 comments on commit 6c0a2b7

Please sign in to comment.