Content
View differences
Updated by Oliver Günther almost 2 years ago
**As** a user working with CKEditor
**I want to** have local snapshots of the content I enter
**so that** I can restore it in case the editor crashes
**Acceptance criteria**
* Use the `autosave` functionality of CKEditor to store snapshots of changes in localStorage
* Allow access to these changes in a toolbar dropdown within CKEditor
* On click on one of these items, restore the content to this version
item
**Out of scope**
* Access to these saved drafts outside the CKEditor (in case it is crashing constantly)
**I want to** have local snapshots of the content I enter
**so that** I can restore it in case the editor crashes
**Acceptance criteria**
* Use the `autosave` functionality of CKEditor to store snapshots of changes in localStorage
* Allow access to these changes in a toolbar dropdown within CKEditor
* On click on one of these items, restore the content to this version
* Access to these saved drafts outside the CKEditor (in case it is crashing constantly)