Browse Source

Merge pull request #440 from mfromin/restoredraft-toolbar-button

Added restoredraft toolbar button to example at top of autosave plugi…
pull/442/head
MichaelFromin 9 years ago
committed by GitHub
parent
commit
db11b4965b
  1. 3
      plugins/autosave.md

3
plugins/autosave.md

@ -16,7 +16,8 @@ This plugin gives the user a warning if they made modifications to the content w
```js
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "autosave"
plugins: "autosave",
toolbar: "restoredraft"
});
```

Loading…
Cancel
Save