Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jan 22, 2014
1 parent 249f0f6 commit 245daa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ Licensed under the terms of the MIT License.
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:

````
````js
config.extraPlugins = 'autosave';
````

#####Optional
The Default autosavekey can be overidden from the config ...

````
````js
config.autosave_SaveKey = 'autosaveKey';
````

The Default Minutes (Default is 1440 which is one day) after the auto saved content is ignored can beoveridden from the config ...

````
````js
config.autosave_NotOlderThan = 1440;
````

0 comments on commit 245daa9

Please sign in to comment.