Skip to content

Commit

Permalink
Merge pull request #11093 from owncloud/feat/default-autosave
Browse files Browse the repository at this point in the history
feat: enable default autosave in editors
  • Loading branch information
JammingBen authored Jun 25, 2024
2 parents 11db8b7 + 6e38b72 commit 442495c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Enable default autosave in editors

Autosaving every 2 minutes in any editor is now the default behaviour.

https://github.com/owncloud/web/pull/11093
https://github.com/owncloud/web/issues/11090
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const defaultOptions = {
displayResourcesLazy: true,
displayThumbnails: true,
editor: {
autosaveEnabled: false,
autosaveEnabled: true,
autosaveInterval: 120
},
embed: {
Expand Down

0 comments on commit 442495c

Please sign in to comment.