REFACTOR: swap current editor autosave logic with the CKEditor Autosave plugin
Refactoring Task
Problem description
Editor autosaves can be made simpler and more reliable with the CKEditor Autosave plugin.
Affected Components/Files:
src/app/_components/exhibition-content-editor.tsx
- files, which import the mentioned file
Tasks:
- Remove current autosave logic (onBlur function)
- Implement autosave with the CKEditor Autosave plugin (already imported in the config)
Acceptance Criteria:
-
Current autosave logic is removed -
Autosave plugin is implemented